mouse « IceFaces « JSF Q&A





6. hourglass mouse pointer displayed when using Facelets + Error Pages    icefaces.org

Hi I'm using ICEFaces with facelets and standard Error Pages configured on web.xml file. In general terms is working fine but when the error page (a facelet page) is displayed the mouse pointer changes to a hourglass icon. The error page is rendered completely and not sure why the hourglass pointer displayed. Any suggestion to fix this issue? Needless is to ...

8. left mouse click for menu popup?    icefaces.org





10. How to set Mouse Event on MenuBar    icefaces.org

12. Is IceFaces able to capture Mouse right-click ?    icefaces.org

Hi all ! I have to convert an old client-server application into a rich web 2.0 one. The client-server application makes intensive use of mouse-right click (on tables, trees) to perform action. I'd like to know if IceFaces is able to fire actions on components by right-clicking on the Mouse. Unfortunately I have the requirement the new application is quite similar ...

14. PanelPopup and mouse scrolling.    icefaces.org

15. RowSelector on right mouse    icefaces.org

16. ice:menuBar add mouse event    icefaces.org





17. rowSelector: how do I turn off the mouseOver pyrotechnics?    icefaces.org

Hello carlo.guglielmin , thank you for your response. I think, it's not possible to do that. It's possible to change the onmouseover color, but to make the onmouse color as the original row color is nor possible, while i have 2 colors for the rows. By the styleClass we can give only one color. I tried that bei rowselector: styleClass="colorRow" Icefaces ...

18. commandButton with an image attribute doesn't honor disabled=true on mouseOver    icefaces.org

When I pass the mouse over a disabled commandButton that contains an image attribute, the mouse cursor changes to a hand icon, which indicates that I can press the button. Iow, mouseOver doesn't honor disabled=true. If the commandButton does NOT contain an image attribute, mouseOver DOES honor disabled=true. In both cases, with image and without image, clicking the button DOES honor ...

19. javadoc for mouseover on com.icesoft.faces.component.ext.*    icefaces.org

In RAD 7.5 I'm editing a java file and I move the mouse over an HtmlInputText. The balloon tells me that the element has no source and no javadoc. How can I config the library or whatever so that I get help on mouseover? The same question applies to javax.faces.component.UIComponent and the other jsf javadocs. Thanks, Eli

20. execute an action when the user mouse over a row in a DataTable    icefaces.org

Wouldn't this be a rather expensive funtion, if you're constantly firing an action whenever a user mouses over a row? That being said, I believe you can use the onmouseover attribute of the tag to execute some Javascript to do what you want. I'm not too sure on the specifics though.

22. Double Click Mouse Event    icefaces.org

23. panelPopup in mouse position    icefaces.org

24. popup panel on mouseover commandLink?    icefaces.org

26. Image button with mouseover iamge/color change    icefaces.org

HI i am trying to use an and style it such that it has one color at the start but when press or hover over it the color/image should change accordingly, also if there is a group of 3 such buttons only one should be highlighted and rest should be sent back to original state. How can i achieve this ...

27. Menu Bar for mouse right click.    icefaces.org

28. Hiding menu on mouse roll out.    icefaces.org

29. how to change color of datatable row when mouse over on it    icefaces.org

Hi all, I have created jspx class which displays data from datatable componet. i need to set each row by changing color when my mouse over on it. how to set css class for these row. And what to write in css class to get change color of hover or mouse over. Thanks, Vishwanath

31. Hide menu when mouse exists item?    icefaces.org

32. CSS issue on mouseover event on nested Datatable    icefaces.org

I have a dataTable inside another datatable. So each row of the outter datatable represents an inner datatable. When i use css on rowselector which will highlight the row i have selected. The selected row will change color however the datatable in that particular row doesn't change color at all. Is there a way to fix it?

34. How to block mouse wheel in selectOneMenu?    icefaces.org

Hi, I have a form which has, besides other controls, two tags. The contents of selectOneMenu 1 depends on what is selected in selectOneMenu 2. SelectOneMenu 2 has "partialSubmit=true" attribute and a value change listener that updates the select items list for selectOneMenu 1. This update requires a call to the data server, and this call can easily take couple ...