html.buildPageTable

Syntax html.buildPageTable (adrObject, adrPageTable, templateName)

Params adrObject is the object database address of a page.

adrPageTable is the optional address of the page table to build.

templateName is the optional name of a named template to use instead of the default #template object.

Action Builds the page table for the page to be rendered.

Returns True.

Examples html.buildPageTable (@websites.samples.randomStuff, @temp)

   » true

Notes The adrPageTable parameter should point to a table that already exists.

This verb is partly implemented as a script, partly as a kernel verb.

See Also html.buildObject

Discuss