Tomahawk tag library 2.0.
Tag jscookMenu


Renders a Javascript Menu. Nested NavigationMenuItem(s) are rendered as Javascript Menu.

This component is based based on the excellent JSCookMenu by Heng Yuan.

Unless otherwise specified, all attributes accept static values or EL expressions.


Tag Information
Tag Classorg.apache.myfaces.custom.navmenu.jscookmenu.HtmlJSCookMenuTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
layouttruefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
No Description
themetruefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
No Description
enabledOnUserRolefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
If user is in given role, this component will be rendered normally. If not, no hyperlink is rendered but all nested tags (=body) are rendered.
visibleOnUserRolefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
If user is in given role, this component will be rendered normally. If not, nothing is rendered and the body of this tag will be skipped.
javascriptLocationfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
An alternate location to find javascript resources. If no values is specified, javascript will be loaded from the resources directory using AddResource and ExtensionsFilter.
imageLocationfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
An alternate location to find image resources. If no values is specified, images will be loaded from the resources directory using AddResource and ExtensionsFilter.
styleLocationfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
An alternate location to find stylesheet resources. If no values is specified, stylesheets will be loaded from the resources directory using AddResource and ExtensionsFilter.
javascriptLibraryfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
No Description
imageLibraryfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
No Description
styleLibraryfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
No Description
immediatefalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
A boolean value that identifies the phase during which action events should fire.

During normal event processing, action methods and action listener methods are fired during the "invoke application" phase of request processing. If this attribute is set to "true", these methods are fired instead at the end of the "apply request values" phase.

actionfalsefalsejavax.el.MethodExpression
(signature must match java.lang.Object myMethod( ))
The action to take when this command is invoked.

If the value is an expression, it is expected to be a method binding EL expression that identifies an action method. An action method accepts no parameters and has a String return value, called the action outcome, that identifies the next view displayed. The phase that this event is fired in can be controlled via the immediate attribute.

If the value is a string literal, it is treated as a navigation outcome for the current view. This is functionally equivalent to a reference to an action method that returns the string literal.

idfalsetruejava.lang.StringGet a string which uniquely identifies this UIComponent within the scope of the nearest ancestor NamingContainer component. The id is not necessarily unique across all components in the current view.
renderedfalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
A boolean value that indicates whether this component should be rendered. Default value: true.
bindingfalsefalsejavax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
Identifies a backing bean property (of type UIComponent or appropriate subclass) to bind to this component instance. This value must be an EL expression.

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.