Hi,
Is there any way to attach a dhtmlxToolbarObject (or any dhtmlx object for that matter) to a domNode and not simply pass an id to the constructor and hoping it does the rest?
This is particularly useful in say a Backbone application when you are creating the dhtmlx object in the render process prior to the html being injected onto the page (at which point it will not be able to find the id, but I would have the handle for the domNode to attach it to at that point which should be enough).
Thanks