10. Tomahawk Tag Reference
Contents > Tomahawk Tag Reference > t:jscookMenu
t:jscookMenu |
|
The t:jscookMenu tag renders a JavaScript menu based on JSCookMenu (see http://jscook.yuanheng.org/JSCookMenu). It should contain child t:navigationMenuItem and t:navigationMenuItems tags.
Example:
<t:jscookMenu></t:jscookMenu>
|
Tag Attributes
| binding |
String |
| |
| The value-binding expression linking this component tag to a backing bean property. |
| enabledOnUserRole |
String |
| |
| The enabledOnUserRole attribute determines if this component will be rendered normally or not depending on the user's roles. |
| id |
String |
| |
| The unique identifier value for this component. The value must be unique within the closest naming container. |
| imageLocation |
String |
| |
| The imageLocation attribute specifies the location of images for this component. |
| javascriptLocation |
String |
| |
| The javascriptLocation attribute defines the location of JavaScript files for this component. |
| rendered |
String |
| |
| A value-binding expression that evaluates to a Boolean condition indicating if this component should be rendered. |
| styleLocation |
String |
| |
| The styleLocation attribute defines the location of Cascading Style Sheets for this component. |
| theme |
String |
| Required |
| The theme attribute defines the theme to be applied to this menu. The possible values are: ThemeIE, ThemeMiniBlack, ThemeOffice and ThemePanel. |
| visibleOnUserRole |
String |
| |
| The visibleOnUserRole attribute determines if this component will be visible or not depending on the user's roles. |
|