
The criteriabox allows to select elements while checking them.
Format
#criteriabox(unique-tabtitle,tableattrbiut in;filename)
To create such a panel, we add the criteriabox-macro to our sql-statement:
#criteriabox(Function;function.id in;employee-list.function)
where the values are:
- unique-tabtitle
- table-attribute
- filename used to create the items
the file employee-list.function looks as follows:
Sales;1
Marketing;2
CEO;3
Technic;4