customizes the currently active template by replacing default properties with the one from provided object
properties | object | a set of custom properties |
myDataView.customize({
some_path:"../imgs/",
some_property:value
});
Back to top