attaches dhtmlxSidebar to a cell
conf | object | optional, sidebar config for api-init |
object | dhtmlxSidebar instance |
var mySidebar = dhxComponent.cells(id).attachSidebar({
items: [
{id: "a1", text: "Tab 1", active: true},
{id: "a2", text: "Tab 2"}
]
});
Back to top