Hi Gurus,
I have requirement for one of my client to change the color of the text inside a HTMLB ListBox in one of the page of E-recruitment.
I created a sample Listbox on a test client with below syntax.
<htmlb:listBox id="listBox" backgroundColor="00ff00" textColor="ff0000">
<htmlb:listBoxItem key="X" value="Chaith" backgroundColor="00ff00" textColor="ff0000"/>
<htmlb:listBoxItem key="Key" value="Logica" backgroundColor="00ff00" textColor="ff0000"/>
</htmlb:listBox>
When I execute this page, the color just remains the default color(Dark Blue).
Do I need to do any settings for this? If yes, Please help me fullfill this requirement to the customer.
Thanks,
Chaithanya.