Functions related to using the JavaScript tree component in Recite CMS
<static>
{Object}
Recite_Tree.GetDefaultOptions()
Get default options to use for building a tree. This should be used as a starting point when a tree needs to be loaded.
Returns:
Object
<static>
{String|Integer}
Recite_Tree.GetId(id)
Retrieve the ID number from a tree-friendly internal ID
Parameters:
String id
- The tree-friendly ID to extract the real ID from
Throws:
String
If the node isn't in a valid format
Returns:
String|Integer The real ID