Tree
A tree is a navigational structure that shows the heirarchy of the navigation, and typically has nodes that you can expand and collapse.
Classes
- lotusTree - goes on the outermost ul tag.
- portlet-tree - the WSRP tree style
Basic Implementation
The tree is created using a series of nested lists with the class of lotusTree assigned to the outermost ul tag. See the code sample for more details.
Examples
There are currently no examples of this component on example pages.
Sample HTML
CSS (tree.css)
Theme CSS (treeTheme.css)
History of component