html.getExtraTemplates
| Syntax |
html.getExtraTemplates (adrObject)
|
| Params |
adrObject is the address of the page to be rendered.
|
| Action |
Gets the list of templates to use when rendering a page.
|
| Returns |
A list, the names of extra templates -- templates other than the default #template object -- to use when rendering a page. Returns false if there are no extra templates to use.
|
| Examples |
html.getExtraTemplates (@websites.samples.randomStuff) » false
|
| Notes |
This verb is used when rendering scalable content. Normally you won't need to call this verb. It's called from html.commands.releaseRenderedPage and html.commands.releaseTable. Use the #extraTemplates directive when rendering scalable content. This verb is new in Frontier 5.1.4.
|
| See Also |
html.getCurrentTemplateName
|