Adding div in Toolbar

Hi,
how can we add

which internally has . … like below. I m trying but unable to do it

<div id="tree_1">
              <img id="myImg" src="imgs/combo_select.gif" onClick="loadTree()"/>
</div>

Hi
You can add a button item with your custom image and even size
dhtmlx.com/docs/products/dht … ation.html
and add there onClick handler
dhtmlx.com/docs/products/dht … vents.html

Hi ,

I have create one application where i expect combo box display values should be visble on top of all layout. what i got .


what i expectation… can u help me to get out this


Apply a big z-index to the div with tree:

mydiv.zIndex = 1000000;

Not working…

Try
mydiv.style.position = “absolute”;