Hi, I was doing a project in Icefaces 1.6. Now, I migrated to Icefaces 1.7.2. I am using ice:commandSortHeader in Icefaces 1.7.2. I am using iceCmdSrtHdr styleclass for enabled column and iceCmdSrtHdr-dis for disabled columns as suggested by Icefaces tld api. But, in case for enabled columns, i am not able to see any style implementation while it works perfectly for ...
Thank you very much for the reply. I appreciate it. Unfortunately, due to my extreme usage of output text all over (such as in ui:compositions for a ui:insert from the template in a
tag), this makes upgrading very difficult. It's too bad that outputText's feature was changed per http://jira.icefaces.org/browse/ICE-3159 to work around a javascript insertion. At the least, nospan should ...
hi, I have for example input text controll: as You can see - style class will be "w1" when I change value of generated input text, validation is fired and unfortunately style class is changed to "iceInpTxt". Is this a bug or there is a way to stop icefaces from changing my styleclass? I've found ...
Hi, I am trying to override the default color set by the rowSelector on mouseover before selection and after selection. I have written my own css where iam trying to change the color. When i run my application the color i set in my CSS doesnot change, it is still bringing up the default color set in xp.css. I also tried ...
Hi! Until today, I have been working with IceFaces 1.5.3. To change the css style of a component I used styleClass. But now -with the Ice 1.6.0- it doesn't work. The ice:outputText always use the default iceOutTxt. Is it possible to change the CSS style of an outputText/inputText? I've also tried with the attribute style with the same result. Thanks
HI, I am having two datatables with their corresponding ice:rowSelectors in a single jsp. I was trying to color the selected rows in these two datatables with two different colors. For this I have used styleClass="TableRowSelected" ONLY in the rowSelector of the SECOND datatable assuming that the selected row in the first datatable with get style class properties from iceRowSelSelected, iceRowSelSelectedMouseOver ...