hierarchicTableDisplayer
| Syntax |
hierarchicTableDisplayer (adrTable)
|
| Params |
adrTable is the address of a table to display as preformatted text in a web page.
|
| Action |
Renders a Frontier table as preformatted text.
|
| Returns |
The HTML string.
|
| Examples |
hierarchicTableDisplayer (@user.webserver.stats) » "<pre>hits = 0\rmaxConnections = 0\rmaxMemAvail = 0\rminMemAvail = 2147483647\rupSince = 4/18/99; 11:38:10 AM</pre>"
|
| Notes |
This macro is new in Frontier 6.0.
|
| See Also |
nestedTableDisplayer
|