Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Nupur on Feb 25, 2009 05:35
open dhtmlx forum
Tooltip to combo box

How can we add tooltip to all elements in a combo box. We are loading the data in combo box using xml.

Thanks
Answer posted by Support on Feb 25, 2009 06:38
There is no special property, but you can define tooltips through inline HTML 

    <option value="1"><![CDATA[ <span title="any text here">one</span> ]]></option>