Writes a tree of pages, and optionally elements, as <ul> and <li> tags.
Tag Information
| Tag Class: | com.semanticcms.core.taglib.NavigationTreeTag | 
|---|---|
| TagExtraInfo Class: | None | 
| Body Content: | empty | 
| Display Name: | None | 
Attributes
| Name | Required | Evaluation | Type | Description | 
|---|---|---|---|---|
| root | Yes | Deferred-Value | Page | The root page of the tree. | 
| skipRoot | No | Runtime | boolean | 
May optionally skip the root page, displaying its children only.
Defaults to  | 
| yuiConfig | No | Runtime | boolean | 
May optionally add yuiConfig data.
Defaults to  | 
| includeElements | No | Runtime | boolean | 
May optionally include tree nodes for elements within pages.
Defaults to  | 
| target | No | Runtime | String | An optional target frame for links. | 
| thisBook | No | Deferred-Value | String | The book for thisPage. Defaults to the book of the current JSP file. | 
| thisPage | No | Deferred-Value | String | 
May optionally mark a specific page (by context-relative path).
All page matches are marked with class  | 
| linksToBook | No | Deferred-Value | String | The book for linksToPage. Defaults to the book of the current JSP file. | 
| linksToPage | No | Deferred-Value | String | 
May optionally filter for pages that link to the given page (by context-relative path).
The parent pages of any page that has a link will also be included.
The pages that actually have a link will be marked with class  | 
| maxDepth | No | Runtime | int | 
May optionally limit the depth of the navigation tree.
A skipped root does not count toward the depth.
 |