Check documentation for the latest version of dhtmlxSuite customize DHTMLX Docs

customize

customizes the currently active template by replacing default properties with the one from provided object

void customize(object properties);
propertiesobjecta set of custom properties

Example

myDataView.customize({
    some_path:"../imgs/",
    some_property:value
});

Back to top