html.ftpTable
| Syntax |
html.ftpTable (adr, flDialog, flDisplayInBrowser, adrPageTable, template)
|
| Params |
adr is the address of a table whose contents will be rendered and uploaded flDialog is an optional boolean (default is true) specifying whether Frontier should show a dialog when it finishes. flDisplayInBrowser is an optional boolean (default is false) specifying whether Frontier should display the index page in the browser. adrPageTable is an optional address of a table to use as the page table while publishing this table. template is an optional string, the name of a template to use when publishing this table.
|
| Action |
Renders and uploads all the pages in the specified table
|
| Returns |
A boolean, true.
|
| Examples |
html.ftpTable (@websites.samples, false, true) » true
|
| Notes |
This verb is the preferred way to render and upload every page in a site or a certain table. To release only certain pages, use html.buildFromOutline. When rendering scalable content, call this verb multiple times, each time with the name of a different template. This verb is implemented as a script. This verb was revised for Frontier 5.1.5: the last three parameters are not present in earlier versions of this verb.
|
| See Also |
html.buildFromOutline
|