fix checked SelectManyCheckbox with ajax

The checked-symbol doesn't appear if SelectManyCheckbox is used with
ajax.

The CSS expects the I-element after the input-element.
The order is now rearranged. Now it's: input, I-Element, behavior.

issue: TOBAGO-1633: TS refactoring
1 file changed
tree: 1b43ba50c28cc60c0a7c3fa37d95e48c397c5eda
  1. src/
  2. tobago-assembly/
  3. tobago-core/
  4. tobago-example/
  5. tobago-theme/
  6. tobago-tool/
  7. .gitignore
  8. build-site.sh
  9. pom.xml
  10. readme.md
  11. settings-example.xml
  12. tobago-pmd-config.xml
readme.md

Apache Tobago

Building

You need Maven 3 (at least 3.0.4) and Java 8 or later to build Tobago.

In the project directory you can use:

mvn install  

to run the install target on all sub projects. This will put all necessary artifacts into your local repository.

Demo

In the directory tobago-example/tobago-example-demo call:

mvn jetty:run