1. Get Key code at value change listener of JSF iceface stackoverflow.comI have one autocomplete input text in that i want key code on valueChangeListener as we can get it in javascript by using event.getKeyCode like that..I m using jsf 1.2 and ... |
2. Hot keys icefaces.org |
3. Selecting a row in a table using keyboard arrow keys icefaces.org |
4. partial submit on every keypress? icefaces.orgI am about to create an inputText field, which only accepts numbers, but not by having a validator queueing error messages after the field was left, but by ignoring any key press except for digits while the user enters data. Of course, this can easily be achieved by using some simple hand crafted JavaScript code attached to onkeypress. But i have ... |
5. Closing ice:panelPopup using Alt+F4 Keys icefaces.org |
6. Best way to navigate thru a from via ENTER-key icefaces.orgHi there! The more I get familar with ICEFaces/JSF the more I see, the need of using JavaScript can be cut down significantly, which is really great compared to other frameworks. In that context, I wonder what would be the best approach then to navigate via the ENTER-key through the form, having as less JavaScript involved as possible? I guess, this ... |
7. Using onkeypress attribute to detect ESC key pressed icefaces.org |
8. tab key focus should skip some component icefaces.org |
9. Enter Key on inputtext icefaces.org |
10. component keyboard shortcuts? icefaces.org |
11. Submitting a form containing ice:selectInputDate via "Enter" key icefaces.org |
12. JSF + Hashmap and its keys icefaces.org |
13. Disable form submit via enter key icefaces.org |
14. SelectInputText's list opens only after 2nd press of ARROW-DOWN-KEY icefaces.orgHi there, My Setup: ICEfaces lib v1.7.2 ICEfaces Facelets lib v1.7.2 Sun JSF RI v1.2_09 WebLogic 10.0. I'm facing the following problem with the |
15. Adding keyboard support to Row Selection Table icefaces.org |
16. What is Icesoft_DnDCache_Key session? icefaces.org |
17. Close popup with |
18. Stop Form Submit from Enter Key icefaces.orggot the solution. I need to add onkeypress to all of my ice:inputs in the form. and then set them to a function that kills all enter key events. then I can handle all enter key presses how I want to by attaching a onkeypress to my containing form. Hope this helps. |
19. Keyboard Action icefaces.org |
20. Input field with partialSubmit=true to fully submit on enter key instead of just partial submit icefaces.orgI had to create a handler for Enter key to submit the mainform. It works everywhere except from input fields with partial submit. Pressing enter in an input field with partial submit enabled always sends partial submit, then I cannot fully submit the form. I my Enter Key handler I tried to change the onblur handler to null, just to escape ... |
22. keyboard component icefaces.org |
23. Keyboard support for rowselector? icefaces.org |
24. Autocomplete and tab key under Mozilla Firefox icefaces.orgHi, while testing the application I've been working on, I noticed a tricky behaviour of the Autocomplete component that occurs in Mozilla Firefox (my version is 3.6.8) but does not affect IE and Chrome. When the suggestion list appears and you select an item by means of the keyboard arrow key, in Firefox you can confirm the selection by pressing the ... |
25. commandButton: How do I configure a shortcut key? icefaces.org |
26. Enter key instead tab icefaces.org |
27. restrict keyboard input for an inputText field? icefaces.orgCan ICEfaces restrict keyboard input into an inputText field? For example, if I have a user ID field and want to only allow numbers and letters in that field, is there a mechanism in ICEfaces to set this up? I am aware of the validators that will check a field after the data has been entered. I am hoping for a ... |
28. Enter key event...ice:selectinputtext icefaces.org |
29. tabbing using enter key icefaces.org |
30. How users the KeyEvent? icefaces.org |
31. submit action by the enter key icefaces.orgI am running into this same issue. I tried both an action and an actionListener for the inputSecret and it simply resets the password field. The Javascript returned from the server is simply updating the password field's focus. In looking through the ICEFaces code, it seems like something changed bwetween 1.6DR2 and 1.6DR4 wrt the comonent's action and actionListener handling. Was ... |
32. selectOneMenu slow typing on keyboard icefaces.orgWhen there is focus on selectOneMenu one can type some word and first matching value will be visible in selectOneMenu eg. SelectItems: Alabama Borneo itd. If I type fast Alab, I get Alabama, but if I type Ala (few seconds)b then I get Borneo. Is there any way to set some time property let say 5 seconds on selectOneMenu that this ... |
33. Using keyboard event in ICEfaces Datatable icefaces.org |
34. PRoblems with submiting on enter key icefaces.orgHi all, I'm writing a form using the icefaces components. It's a preety simple one containing some inputtext's, one selectOneMenu and two inputsecret fields. I have a problem with submitting by pressing the enter key. When I fill any of the inputText fields the browser prowides me hint's based on what I've subbmited earlier. Unfortunatelly when I choose one of the ... |
35. keep row selected when using the tab key? icefaces.org |
36. Key Board Navigation in MenuTree icefaces.org |
37. Canceling a modal popup with the Escape key? icefaces.org |
38. Submit form on pressing enter key icefaces.org |
39. Return Key on Login Page icefaces.orgHi, I have a login page where i have username and password input fields. Partial Submit is not set for these fields for instant validation. I have a command button as login which is of type submit. I can submit the login button once i click on the login button or my focus is set to login button using tab. I ... |
40. Keyboard events (Up/Down) to scroll Icefaces datatable icefaces.org |
41. Move between table rows With arrow Keys icefaces.org |
42. Icefaces & keyboard shortcuts icefaces.org |
43. Shortcut key in data table icefaces.org |
44. Catch "Return Event key"??? icefaces.org |
45. Auto-complete with keyboard alternate icefaces.orgHi, I'm building an application using the icefaces autocomplete, and all is perfect. But I need use a keyboard made in javascript. The problem is when I use the keyboard made in javascript for complete the input, this dont show the options. The options only are presented if I press some key. Somebody knows that I can do it for present ... |