1. How get DefaultMutableTreeNode using node text or node value in jsf stackoverflow.comI am having problem with my icefaces tree, I am not getting the current node value in backing bean. So, I decided to get the value using nodevalue (text). Can anyone ... |
2. Output Text headache icefaces.orgInteresting, I was under the impression that EL expressions get interpreted purely on the detection of the #{} syntax, perhaps they need to be part of a JSP tag to be parsed..? I've never run into a situation where tags couldn't do what I need with a bit of tweaking. So, back to the point, what exactly are you trying to ... |
3. Text alignment icefaces.org |
4. label for input text component (or any other component) icefaces.org |
5. DataTable: No space between text and frame icefaces.orgHi, I use a DataTable to display data. The user can print the page with the table and I want, that all information is display on one page. Therefor I want to minimize the space between the text in a row and the frame of the row. I tried this css command, but it does not work with the desired result: ... |
6. Rich Text in Icefaces icefaces.org |
7. Text Encodings Query icefaces.org |
8. selection of a input text doesn't work inside de input icefaces.org |
9. Vertical Text icefaces.orgHello, I am using the Columns component with the table component. I am wondering if there is a way to have the column labels displayed vertically instead of horizontally. I have tried using the following css styles: -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); However, the table does not seem to adjust the spacing appropriately when I use the css styles. Thanks ... |
10. Remove text from RichText-component Problem icefaces.org |
11. ShowCase - Text Entry icefaces.org |
12. Dynamic input text icefaces.org |
13. Possible to get what text the user has high lighted? icefaces.org |
14. Disable text input field while processing icefaces.orgHi there, My first post and my first projecte using IceFaces. It's been working quite ok but I've recently found myself unable to fulfill a funcionat request from my customer. I have a page with a text input field which is used in conjunction with a barcode reader. Computer barcode readers, for those of you not familiar with this devices, work ... |
15. Problem with reach text icefaces.orgHi there, I am developing an application at work and I have to use the rich tetxt component. The problem is this: at the beginning the rich text component is populatet with a template and the user can modify it. There are in the page some check box and if the user ccheck one of them some additional text should be ... |
16. Input Text Problem icefaces.org |
17. changing color of partial text of option element only icefaces.org |
18. Proble with Rich text editor icefaces.org |
19. Double click on text and getSelectedText icefaces.org |
20. Positions and size of extracted text icefaces.org |
21. Interactiv extracting User selected Text icefaces.orgHello, i am very new in ICEPDF and so no idea how to solve my problem. I use ICEPDF Viewer in my Swing Application. And now i have to get selected words by the user. How can i do this. In the ICEPDF example you can only extract the whole document text. But what i need is an event handler which ... |
22. rich text editor icefaces.org |
23. still ... when text editor component icefaces.org |
24. Hidden fields get cleared when typing in text control icefaces.org |
25. Dynamic change of page's language used to display text icefaces.org |
26. Input text not visible icefaces.org |
27. Input text icefaces.org |
28. rich text editor icefaces.org |
29. text of commandbuttons disappearing icefaces.org |
30. show some text for a certain time icefaces.org |
31. how to get rich edit text box in java ice faces icefaces.org |
32. [Cyrillic characters] how to use them in text input controls? icefaces.org |
33. select input text escapes list item values - what for? icefaces.orgmark.collette wrote: Maybe we can come at it from a slightly different angle, and split out the matching substring, so we have { prefix, matching, suffix }, and escape each of those, but then combine them for: escapeAnsi(prefix) + "" + escapeAnsi(matching) + "" + escapeAnsi(suffix) Think that would accomplish what you want? not exactly, because the matching substring ... |