class ModuleDemo implements WebModule { function getWidget() { // Create a Flow Panel $flowPanel = new FlowPanel(); $flowPanel->setId("cwFlowPanel");
// Add some content to the panel for ($i = 0; $i < 30; $i++) { $checkbox = new CheckBox('Item '.$i); $checkbox->addStyleName('cw-FlowPanel-checkBox'); $flowPanel->add($checkbox); }
// Return the content return $flowPanel; } } ?>
Las cookies nos permiten ofrecer nuestros servicios. Al utilizar nuestros servicios, aceptas el uso que hacemos de las cookies.