Is it possible to display a logo image in the toolbar. How would I do it?
You can add “label” button, and set it content as “” - as result you will have a toolbar with a logo image
What do you mean with “label”? There is only the addText() button, but with that button, your proposal does not work.
You can use addButton method to add buttom with necessary icon:
dhtmlx.com/docs/products/dhtmlxT … ation.html
Hi Alex,
That’s true, but then your logo will be 18px - 18px. That’s the standard width-height for the icons. You can not add a free image, like you can add free text.
Hello,
toolbar supports only 18x18 images. To use other images it is necessary to modify some css styles.
What images do you want to use ? We have attached the sample for 24px icons
99_toolbar_24px_icons.zip (41.9 KB)