1. Ajax style loading with IceFaces stackoverflow.comI have a page on which I show a list of objects which are loaded from a webservice. This may take a while. Now I'd like to do it the Ajax way ... |
2. CSS style sometimes only applied after a page refresh on a jsf page? stackoverflow.comI've been struggeling a while with a strange bug in our application and wasn't able to find solution, even on google and stackoverflow i found nothing matching my problem. First, a short summary ... |
3. Problem! Styles not applied on the controls in icefaces coderanch.com |
4. Datatable cell styles icefaces.org |
5. changing style icefaces.org |
6. SelectInputDate Input Text Style icefaces.orgI solved this by creating a CSS style with the string "Input" on the end: .yellowInput { background-color: yellow; } then in my Java code I used setStyleClass("yellow"); This is a little dangerous because it relies on an internal naming convention, but there is no other way (that I can see) exposed through the API. View source, you'll see it. If ... |
7. chage color style in a dataTable cells icefaces.org |
8. CSS Style Guide Sugestion icefaces.org |
9. How to use default css styles in IE7 ??? icefaces.org |
10. Can we change style of Browse button in ice:inputFile icefaces.org |
11. Styles are different when applied to ice faces icefaces.org |
12. dataTable columns rowSelector - style anomaly icefaces.org |
13. DataTable + RowSelector + Style Problem icefaces.org |
14. Changing datable row style icefaces.org |
15. Why are my inline CSS styles overridden by external ICEfaces styles? icefaces.org |
16. Howto change predefined styles icefaces.orgI would like to change some predefined styles. For example the background of a Datapaginator. I found the correct Entries in the predefined CSS-File. But copying these and changing them is an inappropriate way to do it because I would miss some changes in updates and have problems to hange the Themes. So how I can do such things? Thanks in ... |
17. Import Style icefaces.org |
18. Migrating old-style JSP to icefaces/facelets? icefaces.org |
19. Setting the disabled style on ice:inputText icefaces.orgHi I am having trouble with setting the disabled style on an inputText. In my xhtml file I have: |
20. Styles for dataTable columns and rowSelector do not work simultaneously icefaces.orgProblem, that you describe exist, cause all, what you see in table styled by different classes for one HTML element. So, if you want apply both color from rowSelector style/css and from table column/row, don't forget, that only one color style applied (last occured). So, rowSelector classes applied after table row classes; and rowSelector style override styles defined in table row ... |
21. ice:selectInputDate style icefaces.org |
22. Setting style attributes on SelectInputDate icefaces.orgAfter thinking further about this, I suspect that the problem is that while the component in the component tree and the text box in the page have the same name, they're not the same thing. The component in the tree is a single object, but when it's rendered on the page, it gets rendered as a div with a text box ... |
23. Setting style attributes on SelectInputDate icefaces.org |
24. Persistent servlet with facelets not rendering style position: fixed in IE7 icefaces.orgA simple facelet positions a div with positon: fixed correctly with JSF-RI in both Firefox and IE7. When using persistent servlet, Firefox positions correctly, but IE7 just positions relative, not fixed. How can we force Persistent Servlet (with D2DFaceletViewHandler) to tell IE to use standards-compliant or whatever mode works to handle the sytle for position: fixed correctly? Here simple xhtml for ... |
25. tabed paneset no style applied icefaces.org |
26. Style css diferent from netbeans IDE icefaces.orgHi, i am a newbie at icefaces. I am trying to use icefaces to build some examples and unfortunately always the style of a component inside the canvas of netbeans using visual pack differs from the deploy/test. How can i set the same style css for both deploy and inside the canvas of netbeans? i already change by hand on the ... |
27. change component style icefaces.org |
28. How can I customize the style for ice:rowSelector? icefaces.org |
29. ice:rowSelector style issue for odd/even rows icefaces.orgHi, I'm trying to use ice:rowSelector component in a data table. This table has two different CSS classes for odd and even rows (iceDatTblRow1 and iceDatTblRow2 by default). I didn't find how to get two different classes when a row is selected or when the mouse is over a row. It seems that the row selector provide only one CSS class. ... |
30. Chance the Style to the Inputtext of the SelectInputDate icefaces.orgHi friends. I'm using a SelectInputDate, it has an inputText, a button and a calendar; When I apply some style to the inputText, it is shown in the calendar popup and not at the inputText, but I want to change the style to the Inputtext too. Please, help me whit this topic. Thanks |
31. How to overwrite icePnlTbSetHdrIconLft style class? icefaces.orgHello! I use ice:panelTab and its attribute 'icon': |
32. How to determine active style sheet icefaces.org |
33. Styles does not seem to work in 1.8.2 icefaces.org |
34. Simple style question icefaces.org |
35. Rendering(css/style) problem after upgrade to Icefaces 1.8.2 icefaces.org |
36. iceSelOneMnu style icefaces.org |
37. ice:columns has no style attribute icefaces.orgHi, I'd like to create a table. The first columns are fixed, so I can use ice:column for them. The last columns are created based on contents of a database. So, I use ice:columns for them. The problem I run into is that I cannot apply a style to the dynamically generated columns. ice:columns does not have a style attribute. ice:column ... |
38. Styles for dataTable columns and rowSelector -> columnClasses doesn't work icefaces.orgHello, I have a problem with my dataTable element in my page. Everything works fine without the rowSelector element. The columnClasses Attribute is applied correctly and the styles are on their places. But now I had to add a rowSelector element to the columns element in the database and now, the columnClasses attribute isn't applied correctly. For Example a cell which ... |
39. What is the best way to change style of an error value icefaces.org |
40. Problem displaying pages with correct styles icefaces.org |
41. rowSelector strange style behavior icefaces.orgI'm using the ice:dataTable with a rowSelector and I'm getting the following behaviour: - when I start a new browser session for my application the table will display with alternate row colours, lite gray and white as expected. When I hover the mouse over the rows, the background of the row becomes green, again as expected. However when I click on ... |
42. Render browser default style using selectOneMenu icefaces.org |
43. CANT REMOVE OUTLINE BORDER STYLE icefaces.org |
44. Remove default icefaces style icefaces.orgHi afterbit! One way is to override the IceFaces style within the component declaration using the inline style attribute. The other way (in 1.8.2) is to leave out the IceFaces stylesheet declaration and implement your own stylesheet. You can find the CSS classes rendered by the components in the TLD. Or you could mix it calling your stylesheet after the IceFaces ... |
45. components style rime not correctly displayed icefaces.org |
46. XP Style and Advanced Components icefaces.org |
47. selectInputDate style override icefaces.org |
48. easy question for style sheets icefaces.orgI am trying to learn icefaces using the drag and drop tutorial, using Netbeans as my compiler. I generate a new Web project with Icefaces and server pages and I get a skeleton application which I have developed to do something similar to the drag and drop example. Of course I couldn't get all the hover effects and wondered why not. ... |
49. Does ICEface provide style class for Status bar composite component icefaces.org |
50. changing style of ice:inputFile buttons icefaces.org |
52. multiple styles on same component type on the same page icefaces.orgI don't get it. Can you be a bit more specific? (and I'll also try ;) For panelCollapsible, I've found lots of stuff in rime.css which I want to overwrite like: .icePnlClpsblHdr-dis { background: #FFF url( './css-images/table_col_header_dis.gif' ) repeat-x top left; } .icePnlClpsblHdr .iceCmdLnk, .icePnlClpsblColpsdHdr .iceCmdLnk { padding-left: 22px; } .icePnlClpsblHdr .icePnlGrp a, .icePnlClpsblHdr-dis .icePnlGrp a { font-weight: bold; } And ... |
53. Changing Style from Managed Bean? icefaces.orgOk, so I have a little something like this: |
54. ice:form style not working correctly icefaces.org |
55. style class not working icefaces.org |
56. Setting styles from a backing bean icefaces.org |
57. How to read/set dynamic style values from components icefaces.orgHi, I need to read and set the value of a syle (i.e width) that changes over time (i.e. because of effects) and want to know the best way to accomplish this with ICEFaces. I am currently using the component getStyle and setStyle methods but this leads me to parsing the style String manualy. Any ideas will be wellcome. |
58. Working style not working with icefaces icefaces.org |
59. including old style JSP's into IceFaces pages icefaces.orgHello the developer guide of the IceFaces doc describse in chapter 3 "Integrating ICEFaces With Existing Applications" how one can include ICEFaces pages into standard jsp pages using the |
60. CSS style not applied when click icefaces.orgThanks man, but I tried that too. Still the same.I found that if i put test.jspx in root web folder, css gets applied on url request, but when i put it in let's say (root_web_folder/upload/) css doesn't applie( note :both of IceFaces style and my own defined style doesn't applie). Any other tip for this problem ?? The only strange thing ... |
61. Style in dataTable icefaces.org |
62. Apply style to invidual cell in a dataTable icefaces.orgI have a requirement that some cells in a dataTable will have different background colors. I was able to do this using the tomahawk column component and applying the style attribute. The icefaces column component does not have a style attribute so I cannot do that. Does anyone have a suggestion? Possibly I am missing something elementary. |
63. Sun basic components incompatible with IceFaces 1.5.2 (css style)? icefaces.org |
64. dataTable columns styles icefaces.org |
65. messageContainer.style is null or not an object icefaces.org |
66. Build 1.6 #DR5 : component showcase example: can't find style classes icefaces.orgHi all, Since I am new to ICEfaces, I am trying to learn by running the component-showcase example in my environment. I can't find "accordionNavigation" and "accordionContent" styleclasses anywhere in the .css files. Refer to the following code in accordionPanel.jspx. =================== |
67. Panel Tab Style problem IE6, 7 bug icefaces.orgHi I have been customising the panel Tab component and am getting an error one which is related to the style(snapshot attached) i think its a bug with icefaces as it works perfectly fine with mozilla but not with ie 6, 7. also am attaching my stylesheet code Code: .mypanels{ border-bottom-width: 0px; border-left-width: 0px; border-right-width: 0px; border-top-width: 0px; height: 0px; margin-bottom: ... |
68. Setting the style of an ice:tree icefaces.org |
69. CSS style for selected tree node icefaces.org |
70. dataTable - Row Styles icefaces.org |
71. Different Styles per Column using ice:columns icefaces.orgI have found that using columnStyles and ice:columns together does not work. I have also found some posts here that suggest this to be true. So...any suggestions for having different styles per column while using ice:columns? The problem here is that the number of columns isn't known until runtime, so I even went so far as generating what columnStyles uses dynamically ... |
72. Losing Styles with Partial Submit in IE 7 icefaces.org |
73. DataTable : style error ? icefaces.org |
74. Style on components of a dataTable icefaces.org |
75. datatable Style configuration icefaces.org |
76. Custom style is (partially) ignored icefaces.org |
77. Bug - Style for selected row in dataTable icefaces.orgHello everybody, i think i've found a bug in dataTable-component. The situation: There is a dataTable with selectBooleanCheckbox-Components at first column to select a row. At the header of the first column there is a selectBooleanCheckbox-component to select all rows (see table.gif). The row selection works in combination with a rowselector-component, which sets such as the styles for selected rows. The ... |
79. Style For Inactive Buttons icefaces.org |
80. Ice faces default styles icefaces.org |
81. selectOneMenu: changing styles icefaces.orgHello, Im using ICEfaces 1.6.1 and I'm trying to change the look&feel of the selectOneMenu without creating custom components. I've changed the according styles and added some new ones (.iceSelOneMnu, .iceSelOneMenu option, .iceSelOneMnu option hover), now it looks already quite similiar to what it should. But some things just do not work out or I don't know how to: 1. When ... |
82. ice:selectInputDate style issue icefaces.orgIE6 - ICEfaces 1.7dr2 - support #6776 I have some styles defined for a selectInputDate, which includes something like the following: .BaseClassNameForSelectInputDateInput { font-style: italic; color: blue; } .BaseClassNameForSelectInputDateInput-dis { font-style: italic; color: red; } When the selectInputDate is enabled, the font in the text field is italic and blue. Yet when it is disabled the font is italic and gray, ... |
83. dataTable - row styles icefaces.org |
85. No style ice:dataTable icefaces.org |
86. How to add CSS style sheet in ? icefaces.org |
87. How to include different style to Popup Calender icefaces.org |
88. I am facing proble with Custom CSS style class icefaces.org |
89. Problems with |
90. Why does icefaces use hard coded style elements ? icefaces.orgWe have a problem re-sizing the columns of a table, as Firefox and Internetexplorer (6 &7) show different behaviour when trying to override the hard coded default values. So why does TableRenderer in package com.icesoft.faces.component.ext.renderkit; set hard coded css styles ? if (isScrollable(uiComponent)) { width = "150px"; It would easy usage, if no hard coded css-styles defaults would be provided. Nevertheless, ... |
91. Dynamic assignment a css style for a datatable's row based on the row's content. icefaces.org@wjack: we do it the same way ansel1 mentioned. @ansel1: are you able to add a proper background for tables? When we tried that only part of the background was painted as we wanted, an inside part that was included in a ICEFaces generated part which we couldn't paint... In the end we agreed to change text color instead. |
92. panelPopup with style attribute can't be made invisible icefaces.orgWhen using an ice:panelPopup, the visible attribute doesn't work if you also have the style attribute set. Setting visible="false" will not do as expected; rather, the popup will be visible. Obviously the visible attribute is setting the rendered style as "display: none", but style is setting it to something else which overrides it. It seems to me that the code needs ... |
93. how to use classes of default style sheet icefaces.org |
94. Problem with the styles in datatable from backing bean icefaces.org |
95. Problem with styles icefaces.orgHi. I have modified the themes to use differents fonts. Ill explain what I did and my problem. First in StyleBean.java I have added 3 new styles ( they are really 3 copies of the rime style). private final String BIG = "big"; private final String NORMAL = "normal"; private final String SMALL = "small"; /** * Creates a new instance ... |
96. styles doesn't applied icefaces.orgSorry to ask another time, but I need a quick response, I just begun to continue an existing project and I need a response and I've a delivery to respect at the end of this month Can the problem came from the web.xml file where the css files are not declared (extension to get it) like with tomahawk ? |
97. How to Apply a Style to All inputText Components? icefaces.org |
98. ICEfaces style cache disable liferay.com |