YAHOO.widget.HTMLNode
(
oData
,
oParent
,
expanded
,
hasIcon
)
- Parameters:
-
oData <object>
a string or object containing the data that will be used to render this node. Valid configuration properties:- html
- The html content for the node
-
oParent <YAHOO.widget.Node>
this node's parent node -
expanded <boolean>
the initial expanded/collapsed state -
hasIcon <boolean>
specifies whether or not leaf nodes should be rendered with or without a horizontal line line icon. If the icon is not displayed, the content fills the space it would have occupied. This option operates independently of the leaf node presentation logic for dynamic nodes.