nestedTableDisplayer
| Syntax |
nestedTableDisplayer (adrTable, border, linecolor)
|
| Params |
adrTable is the address of a table to display as a nested HTML table. border, an optional number which defaults to 1, is the amount of border around the HTML table. linecolor, an optional string which defaults to #FFFFFF, is the color for the inside of table cells.
|
| Action |
Renders a Frontier table as a nested HTML table.
|
| Returns |
The HTML string.
|
| Examples |
nestedTableDisplayer (@user.webserver.stats) » "<table border=\"1" cellpadding="3" cellspacing="0">r\t<tr bgcolor="#FFFFFF">r\tt<td valign="top">hits:</td>..."
|
| Notes |
This macro is new in Frontier 6.0. This macro is stored at html.data.standardMacros.nestedTableDisplayer.
|
| See Also |
hierarchicTableDisplayer
|