|
|
 |
 |
| AddCheckBoxColumn |
| |
Add a checkbox column |
| |
| Library |
 |
module::system/webui/lists.whlib |
| |
| Syntax |
 |
PUBLIC MACRO AddCheckBoxColumn (STRING name,STRING header,INTEGER width,STRING activated) |
| |
| Parameters |
 |
| name |
 |
Name of the column in the list's items with this checkboxname |
 |
| header |
 |
Text that is displayed as header of this column |
 |
| width |
 |
Width of this column |
 |
| activated |
 |
Name of the column in the list's items which indicated if this item should be selected by default |
 |
|
| |
|
|
|
|