| array   | 
        $options   | 
        —  | 
        An array of options which you can pass to change                        the way this node looks/acts. This can consist of:                                                 o text          The title of the node,
                                         defaults to blank
                         o link          The link for the node,
                                         defaults to blank
                         o icon          The icon for the node,
                                         defaults to blank
                         o expandedIcon  The icon to show when the node
                                         is expanded
                         o cssClass      The CSS class for this node,
                                         defaults to blank
                         o expanded      The default expanded status of
                                         this node, defaults to false
                                         This doesn't affect non dynamic
                                         presentation types
                         o linkTarget    Target for the links.
                                         Defaults to linkTarget of the
                                         HTML_TreeMenu_Presentation.
                         o isDynamic     If this node is dynamic or not.
                                         Only affects certain
                                         presentation types.
                         o ensureVisible If true this node will be made
                                         visible despite the expanded
                                         settings, and client side
                                         persistence. Will not affect
                                         some presentation styles, such as
                                         Listbox.
                                         Default is false |