Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Mc on Dec 14, 2008 12:07
open dhtmlx forum
dhtmlxCombo with CDATA in list

I have tried using :

<option value="1"><![CDATA[Special Item1<br/><strong strong text/>more text<br/>more]]></option><option value="2">two</option>

... it works but when I select the item the combo selection shows just the text and looses the formatting.

Is it possible to do fix this ?

Mark

Answer posted by Support on Dec 15, 2008 02:20
Value in input box - are pure text, it can't contain formatting ( and it always a single line of text ) , by default , when item with inline html tags selected, combo remove all tags, and show result as value of text input.