| Author |
Button - Hot Key support
|
Netizen
Greenhorn
Joined: Oct 26, 2005
Posts: 2
|
|
Techies, Is the hot key supported in HTML/Javascript button is supported by JSF Button?. Thanks, Netizen
|
 |
Gregg Bolinger
Ranch Hand
Joined: Jul 11, 2001
Posts: 15229
|
|
|
Are you talking about the access key? If so, it's up to the implementation.
|
 |
Netizen
Greenhorn
Joined: Oct 26, 2005
Posts: 2
|
|
Thanks for the response. Yes. I was referring to Access Keys. Can this be done as in HTML Button. Thanks and Regards, Netizen
|
 |
Daniel Rhoades
Ranch Hand
Joined: Jun 30, 2004
Posts: 186
|
|
|
A JSF button is simply a normal HTML input field, so any JavaScript that works in static HTML pages will work with JSF
|
Drinking more tea is the key...
|
 |
Gregg Bolinger
Ranch Hand
Joined: Jul 11, 2001
Posts: 15229
|
|
|
Well, the trick is, does the jsf implementation you are using support the accesskey attribute of the component to be rendered.
|
 |
 |
|
|
subject: Button - Hot Key support
|
|
|