In ListBox, how to you format
Select... to italic and gray?
GWT 2.3, still learning...
It is standard to have select visibile in the drop down box in italic and grayed out a bit. I presume Select is simply the first item added.
myrListBox.addItem("Select...");
with other "real " items after that added.
but I don't see how to format the word select. You cannot attach at CSS to an added item (that I can see).
Any ideas?
Thanks!
Make it a great day!
bob