Tobago Demo

Menu

Tree Menu

The <tc:treeMenu/> tag is deprecated, because it's easy to build a tree menu with the <tc:tree/> tag. You find an example as the navigation bar on the left side of this site.

The menu nodes can be build inside of <tc:treeNode/> with <tc:link/>, <tc:treeLabel/>, <tc:treeIcon/> and <tc:treeIndent/> tags. It might be helpful to use custom classes here.

Example

In this example, a click on a node has no effect.

<tc:tree value="#{treeController.sample}" ...>
© 2005-2023 Apache Software Foundation, Licensed under the Apache License, Version 2.0.