Documentation
Tomahawk Tools

Search 

Contents

  1. Introduction
  2. Getting Started
  3. Tomahawk Concepts
  4. Code View Support
  5. Design View Support
  6. Tag Object Toolbars
  7. Server Behaviors
  8. Property Inspectors
Selected 9. Tomahawk Tag Reference

10. Tomahawk Tag Reference

Contents > Tomahawk Tag Reference > t:jscookMenu

t:jscookMenu

The t:jscookMenu tag renders a JavaScript menu based on JSCookMenu (see <a href="http://jscook.yuanheng.org/JSCookMenu/">http://jscook.yuanheng.org/JSCookMenu</a>). It should contain child t:navigationMenuItem and t:navigationMenuItems tags.

Example

<t:jscookMenu></t:jscookMenu>

Tag Attributes

binding Expression
 
The value-binding expression linking this component tag to a backing bean property.
enabledOnUserRole Text
 
The enabledOnUserRole attribute determines if this component will be rendered normally or not depending on the user's roles.
id Text
 
The unique identifier value for this component. The value must be unique within the closest naming container.
imageLocation File
 
The imageLocation attribute specifies the location of images for this component.
immediate Boolean
 
The immediate attribute is a boolean flag indicating that component events should be sent to registered event listeners immediately rather than after the validation phase of the JSF request processing lifecycle. The immediate flag allows you bypass JSF validation for a particular component.
javascriptLocation File
 
The javascriptLocation attribute defines the location of JavaScript files for this component.
layout Enumerated
Required
rendered Boolean
 
A value-binding expression that evaluates to a Boolean condition indicating if this component should be rendered.
styleLocation File
 
The styleLocation attribute defines the location of Cascading Style Sheets for this component.
theme Enumerated
Required
The theme attribute defines the theme to be applied to this menu. The possible values are: ThemeIE, ThemeMiniBlack, ThemeOffice and ThemePanel.
visibleOnUserRole Text
 
The visibleOnUserRole attribute determines if this component will be visible or not depending on the user's roles.