|
|
 |
 |
| AddTextFieldColumn |
| |
Add a textfield column |
| |
| Library |
 |
module::system/webui/lists.whlib |
| |
| Syntax |
 |
PUBLIC MACRO AddTextFieldColumn (STRING name,STRING header,INTEGER width,STRING valuename,INTEGER maxlength) |
| |
| Parameters |
 |
| name |
 |
Name of this column in the list's items with the fieldname |
 |
| Header |
 |
Text that is displayed as header of this column |
 |
| width |
 |
Width of this column |
 |
| valuename |
 |
Name of this column in the list's items with the fieldvalue |
 |
| maxlength |
 |
Maximum length of this text field |
 |
|
| |
|
|
|
|