Key Bind Behavior
Attaches any of the predefined JSF Widget Library (JWL) actions and/or user-supplied JavaScriptâ„¢ to the pressing of a control or function key anywhere within the page.
Note: : This tag is now deprecated, it has been replaced by behaviorKeypress. It is still supported only to maintain backwards compatibility.
Rendering
This component has no visual rendering. No HTML is rendered.
Quick Edit view
Configure this component using the Quick Edit view. To open the Quick Edit view, click
Window | Show View | Quick Edit.
The common attributes for the <hx:inputHelperKeybind> component are listed in the table below.
Table 1. Key Bind Behavior attributes Attribute name
Description
binding
An expression that binds the component's instance (usually a user interface component) to a bean property (usually in the backing file).
id
Assigns a name to a component. Should be a unique name within a JSP.
rendered
Can be set to true or false:
- false - Component will not be rendered to the browser at runtime.
- true - Component will get rendered. This is the default value.