html.buildOnePage
| Syntax |
html.buildOnePage (adrPage, adrPageTable)
|
| Params |
adrPage is the address of the page to be built. adrPageTable is an optional parameter, the address of the page table to use.
|
| Action |
Renders and releases the page at adrPage.
|
| Returns |
True.
|
| Examples |
html.buildOnePage (@websites.samples.randomStuff) » true
|
| Notes |
To release a whole table, use html.ftpTable; to release several pages, use html.buildFromOutline. This verb is implemented as a script. If adrPageTable is not supplied, the default page table address is @websites.["#data"]. You do not need to build the page table yourself before calling this script.
|
| See Also |
html.ftpTable
|