html.buildGlossary

Syntax html.buildGlossary (adrGlossary, flInteract, adrFilterScript)

Params adrGlossary is an optional address, pointing to the glossary table to rebuild, it defaults to the cell that the table cursor points to.

flInteract is an optional boolean specifying whether the verb should ask for user confirmation, its default value is false.

adrFilterScript is an optional address, pointing to a callback script that can decide if an object should be added to the glossary, its default value is false.

Action Rebuilds the glossary in the specified table.

Returns True.

Notes All parameters are optional.

The presence of adrFilterScript allows a script writer to build smart utilities that build glossaries for complicated websites.

If there's an error, html.buildGlossary displays a dialog, asking if the user wants to edit the object, or continue building the glossary.

This verb is implemented as a script.

See Also html.refGlossary

Discuss