| AddCheckBoxMarginToList |
| |
Add a checkbox to the margin |
| |
| Library |
 |
module::system/webui/lists.whlib |
| |
| Syntax |
 |
PUBLIC MACRO AddCheckBoxMarginToList (STRING checkboxname,STRING checkboxselected) |
| |
| Parameters |
 |
| checkboxname |
 |
Name of the column in the list's items with this checkboxname |
 |
| checkboxselected |
 |
Name of the column in the list's items which indicated if this item should be selected by default |
 |
|
| |