Toolbar Button Select Text position

Hi There,

Is it possible to have the text of a ButtonSelect appear BELOW the image?

Thanks
Campbell

Hi,

the following will align the image right in the select header.

.dhx_toolbar_base_dhx_skyblue div.dhx_toolbar_btn img { float: right; }

However, there is not possibility to change the order of image and text in select options. You can try to set image as part of option text:

toolbar.addListOption(itemId, id, 0, “button”, "some text ");