Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Richard on Dec 12, 2008 08:52
open dhtmlx forum
Title for option (mouse over display text) dhtmlXCombo

Hello; I have a request to have a expanded tool tip on mouse over

<select id="test123" language="javascript" WIDTH="50" STYLE="width: 50px" name="test123" >
    <OPTION selected label="none" value="none">None</OPTION>
    <option id="o1" title="One" WIDTH="190" value"1">1</option>
</select>

We have some cryptic codes or acronyms that need to have full value displayed, but only on mouse over.

I see how to do that with html, but did not see that on the dhtmlXCombo box.

I tried to add some onfocus events, and update the label, but need to keep combo box small.
Thus ran into a resize problem.

Tool tip would be a nice solution, thus I can keep width of box small and display the full value of the acronym on mouseover.
Please help.
Thanks,
Richard


Answer posted by Support on Dec 12, 2008 09:15
Can be done throudh inline HTML elements.
Please check attached sample. 
Attachments (1)