outlineSite
| Syntax |
outlineSite (tableAdr, maxwidth, indentpixels)
|
| Params |
tableAdr is the optional address of the table to outline in an HTML table. If no table is specified, the root of the site is used. maxwidth, an optional number, is the maximum width of the HTML table. indentpixels, an optional number, is the number of pixels to indent for each level of the outline.
|
| Action |
Builds an HTML table of contents of a Frontier website.
|
| Returns |
The string of HTML.
|
| Examples |
html.data.standardMacros.outlineSite (@websites.samples.userland) » "<!--Contact Information-->\r\t<table>\r\t\t<tr>\r\t\t\t<td width=400>\r\t\t\t\t<font face=\"helvetica,arial" size=+0>r\tt\tt\t<a href="contact.html"><b>Contact Information</b></a>r\tt\tt\t</font>r\tt\tt</td>r\tt\t</tr>r\tt</table>r<!..."
|
| Notes |
You can control the fonts for headlines and subtext with the #headFontTag and #subTextFontTag directives. This macro is stored at html.data.standardMacros.outlineSite.
|
| See Also |
hierarchicTableDisplayer
|