Toolbar item

Dear Support,

Is there any possibility to obtain html element of a toolbar item?

Thanks in advanced,

Dear Support,

Is there any possibility to obtain html element of a toolbar item?

Dhtmlx version: 2.6 Pro.

Thanks in advanced,

Hello,

you may use text item and place html as a content:

toolbar.setItemText(item_id,html_string);

Thans for the response.

I want to add context menu to a toolbar item (twoo state button). Therefor I need div element of the button.