Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by JP on Feb 11, 2009 14:23
open dhtmlx forum
dhtmlxtoolbar

Hi, i need to 'insert' some html into a dhtmlxtoolbar. For example how can i include a combo (<select id=...><option>...</option></select>) or a div?? Thanks in advance.


Best regards,
Answer posted by dhxSupport on Feb 12, 2009 03:00

You can add new "text" item at the xml structure:

<item id="text" type="text" text="&lt;select id='id'&gt;&lt;option&gt;Option&lt;/option&gt;&lt;/select&gt;"/>

Answer posted by JP on Feb 12, 2009 05:50
Works great! Thanks