Check documentation for the latest version of dhtmlxSuite attachToolbar DHTMLX Docs

attachToolbar

attaches dhtmlxToolbar to a cell

object attachToolbar( [object conf] );
confobjectoptional, toolbar config
objectdhtmlXToolbarObject instance

Example

var myToolbar = dhxComponent.cells(id).attachToolbar({
    icons_path: "imgs/toolbar/icons/",
    json: "data/json/toolbar.json"
});

Back to top