Specifications
Chapter 17208
displayHelp()
Availability
Dreamweaver MX
Description
Displays help text for the current tree node item using the Help System using the help document.
Arguments
componentRec
componentRec
is an object.
Returns
Dreamweaver expects nothing.
Example
function displayHelp(componentRec)
{
displayHelp();
}
getComponentChildren()
Availability
Dreamweaver MX
Description
Returns a list of child ComponentRec objects for the active parent ComonentRec. To load the
root-level tree items, this function needs to read its metadata from its persistent store.
Arguments
{parentComponentRec}
parentComponentRec is the componentRec of the parent. If it is omitted, Dreamweaver expects a
list of
ComponentRec objects for the root node.
Returns
Dreamweaver expects an array of ComponentRec objects.