|
|
 |
 |
| AddTextColumn |
| |
Add a text column |
| |
| Library |
 |
module::system/webui/lists.whlib |
| |
| Syntax |
 |
PUBLIC MACRO AddTextColumn (STRING name,STRING header,INTEGER width) |
| |
| Parameters |
 |
| name |
 |
Name of this column in the list's items |
 |
| header |
 |
Text that is displayed as header of this column |
 |
| width |
 |
Width of this column |
 |
|
| |
|
|
|
|