Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted on Mar 13, 2007 02:53
open dhtmlx forum
toolbar background

I need this effect that most menu items centralize the left of the bar but the right has aone item such as "help" ,the background of the left side  is one picture and  the background of the right side is another picture.Can you help me?
Answer posted on Mar 13, 2007 18:57
The tree doesn't support such feature, but because the menu text is treated as HTML you can use the following trick:

            <MenuItem tooltip="" name="&lt;img
src='../img/programs.gif' style='float:right'&gt; &lt;img src='../img/programs.gif' style='float:left;'&gt;Txt" id="close"/>

Answer posted by radyno (Support) on Nov 27, 2014 23:01

Not much can be said in addition to the reply above, but you also can check editable combobox html and dhtml tabs menu and find out what we have probably missed in our explanation.