<navigation:item />
Allows you to specify an additional navigation item in a navigation control.
Related Tutorials
Attributes
at
string|int
Position of the item in the parent Navigation.
- "start" - The item wants to be at the start of the nav (order -1).
- "end" - The item wants to be at the end of the nav. (order 1000).
- int - Manual sort order for the list item.
Default =
"start".
autoPopulateLevel
int
Sets the level of recursion for sub menus relative to this item.
By default, the AutoPopulateLevel will be set by the parent Navigation control
id
string
Give this control a unique id. Can be accessed in the client DOM (eg, document.getElementById('myid') or in the server DOM using [? $myid ?] or [? $('myid') ?]).
page
string
The page this navigation item links to.