Tag Information
Tag Class org.richfaces.taglib.HotKeyTag
TagExtraInfo Class None
Body Content JSP
Display Name None
Attributes
Name Required Request-time Type Description
binding false false javax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
The attribute takes a value-binding expression for a component property of a backing bean
checkParent false false javax.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.
disableInInput false false javax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Disables the hotkeys activated on input elements when the value of this attribute is "true".
disableInInputTypes false false javax.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.
handler false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Defines the JavaScript function name which is called on hotkey activation
id false false java.lang.String Every component may have a unique id that is automatically created if omitted
key false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Defines the hotkey itself
rendered false false javax.el.ValueExpression
(must evaluate to boolean)
If "false", this component is not rendered
selector false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Defines a selector for query
timing false false javax.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"
type false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Defines the type of a keyboard event (onkeyup, onkeypress, etc.)