RichFaces
Tag hotKey




Tag Information
Tag Classorg.richfaces.taglib.HotKeyTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
bindingfalsefalsejavax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
The attribute takes a value-binding expression for a component property of a backing bean
checkParentfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Defines the hotkey handling of events generated by child components nested into the parent component to which the <rich:hotKey> is attached.
disableInInputfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Disables the hotkeys activated on input elements when the value of this attribute is "true".
handlerfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Defines the JavaScript function name which is called on hotkey activation
idfalsefalsejava.lang.StringEvery component may have a unique id that is automatically created if omitted
keyfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Defines the hotkey itself
renderedfalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
If "false", this component is not rendered
selectorfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Defines a selector for query
timingfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Defines the key registration timing
typefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Defines the type of a keyboard event (onkeyup, onkeypress etc.)

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.