PDA

View Full Version : Combobox LazyRender



ad_dnk_studio
25 Apr 2007, 12:43 AM
The problem is that Combobox displays option's value and not text.

http://infostore.org/file/3107977/2596418/cb_problem.jpg

combobox was created using lazyRender from:


<select name="section_key" id="section_key" style="display: none;">
<option value="e90cee8107dc637f48b0">Audi</option>
<option value="786e0b101743fb922fec">Bentley</option>
<option value="8d6fb03c4d14190d20c5">BMW</option>
</select>


How can I make this combobox display 'Audi' instead of 'e90cee8107dc637f48b0' ?

ad_dnk_studio
26 Apr 2007, 10:12 AM
Maybe my question isn't so clear? I ment that when I'm clicking on Combobox, the dropdown list appers and it contains car names (Audi, Bentley etc), but when I select one of them, its' value appears in Combobox and not the car name. Could somebody help me, how can I make my Combobox show Text not value?