|
|
 |
 |
| AddImageLinkColumn |
| |
Add an image link column |
| |
| Library |
 |
module::system/webui/lists.whlib |
| |
| Syntax |
 |
PUBLIC MACRO AddImageLinkColumn (STRING name,STRING header,INTEGER width,STRING descname,STRING linkname,INTEGER imgwidth,INTEGER imgheight) |
| |
| Parameters |
 |
| name |
 |
Imagename, select from the list's items |
 |
| Header |
 |
Text that is displayed as header of this column |
 |
| width |
 |
Width of this column |
 |
| descname |
 |
Name of the column in the list's items with the description field |
 |
| linkname |
 |
Name of the column in the list's items with the link field |
 |
| imgwidth |
 |
The image's width in pixels |
 |
| imgheight |
 |
The height of the image, in pixels |
 |
|
| |
|
|
|
|