Documentation
TomahawkTools

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 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.
immediate String
 
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 String
 
The javascriptLocation attribute defines the location of JavaScript files for this component.
layout String
Required
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.