Re: Changing color of text on fly.

2009-02-24 Thread Mani
Hi, Thank you. --Mani On Feb 23, 6:14 am, Danny Schimke wrote: > Hi! > > If I understood correctly you want to change the color of - Tags of > a select- input (ListBox)!? > > you can add a CSS- class: > > listBox.getElement().getElementsByTagName("option").getItem().setCla­ssName( CSS- classna

Re: Changing color of text on fly.

2009-02-23 Thread Danny Schimke
Hi! If I understood correctly you want to change the color of - Tags of a select- input (ListBox)!? you can add a CSS- class: listBox.getElement().getElementsByTagName("option").getItem().setClassName() But in IE I habe a problem too... the color only changes, if the ListBox was drawing again o

Changing color of text on fly.

2009-02-20 Thread Mani
Hi, I have a list box which will populate values from database. Based on certain conditions, I need to display each value in appropriate color. How to change color of text? Here is piece of code that I have. userNameBox = new ListBox(false); userNameBox.ensureDebugId("cwListBox-multiBox"); userN