a normal link in the toolbar

Is there a way to put a normal link into the toolbar? Because i want to use the style and the images. And i want to place the links between the other Buttons.

Of course i can do location.href. But i need that the link opens in a new window. So its much better to use the normal <a href… tag.

Can i somehow tell the toolbar to wrap some of the buttons?

You may use Text item to place html into the toolbar:

toolbar.addText(itemId,itemPosition,’<a …>link’);

dhtmlxToolbar/samples/02_text/01_creation.html