disabledHistory

disables the tracking history ("false" by default)

boolean disabledHistory;

Deprecated

the setting will not be necessary in Webix 7.0+ and will be removed

Example

webix.ui({
    view:"filemanager",
    id:"files",
    disabledHistory: true
    ...
});

Back to top