|
|
If you use Eclipse and start to type styleClass in either one of the two components and use the intellisense, it shows you the names of the default icefaces classnames. These are for : Default value is iceRowSel: - iceRowSelMouseOver - iceRowSelSelected - iceRowSelSelectedMouseOver And for ice datatable: - iceDatTbl - iceDatTblCol - iceDatTblCol1 - iceDatTblCol2 - iceDatTblColHdr - iceDatTblColHdr1 - ... |
|
|
|
I am attempting to highlight an outputtext when its value is changed (in my case, the value is a total of the other cells in the table row.) So basically, when I click on one of the buttons in the table, on a given row, I want the outputtext in the last column to light up for a second so you ... |
|
|
|
Hi, sorry to post so late but this seems to be an open issue that fits this thread so, I see how you can use 'highlightUnit' DAY_OF_YEAR with 'highlightValue's of "1, 13, 45, 67, ...". This seems to work fine. What we cannot seem to get to work is the 'highlightUnit' DATE with 'highlightValue's "2010/01/01, 2010/01/13, ..." For our application the ... |
|
There is probably a better way to do it ( I'm a beginner ), but here is how I did it: In my backing bean I added: public void validateBirthday( FacesContext context, UIComponent validate, Object value ) { Date birthday = ( Date ... |
Hi everybody, I got a problem with the calender component. I want to highlight a particulare date within the calender. This can be done with : 1. highlightClass 2. highlightUnit 3. highlightValue The PROBLEM is that the highlighted date will be repeated every year! So what can i do that a particular date really belongs to the year and wont be ... |
|
|
|
|
|
|
The viewer RI has support for editing and adding link annotations to a document. The altered document can be saved as needed. We have several examples of how to automate this process in the bundles examples/annotation/ folder. In PDF terms you want to create a highlight annotation and then save the changes. ICEpdf can render highlight annotations but at this time ... |
|
Hi, Can anyone tell me if it is possible to highlight a row in a table after an update? I have a simple CRUD page that performs all actions and i'd like to highlight the row that has just been updated. Any ideas? To further complicate matters, I'm using Seam. Cheers, Damian. |
|
|
Hi all First of all thanks for all replays u will post Ok, i have a problem with highlight effect cause i need to apply it when an outputtext changes and i cant get it. Now i have this code: Where effectBean.getHighlight creates the new highlight effect. But onchange, and onmouseover, ... |
|
|
|
|
|
|