Categories | Question details Back To List | ||
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. |