RichFaces ( Legacy URL )
Tag hotKey


The <rich:hotKey> component allows to register hot keys for the page or particular elements and to define client-side processing functions for these keys.


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".
disableInInputTypesfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Defines the types of the inputs not to be influenced with hotKey component. Possible values: buttons, texts and all (default). By default it is empty and this means ALL the types.
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 time when the hotkey is registered. Possible values are "immediate" (by default), "onload", and "onregistercall". Default value is "immediate"
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.