editor of ui.docmanager, Properties Webix Docs
toggles the ability to edit text files
boolean editor;
Example
webix.ui({
view:"docmanager",
editor: false // disables ability to edit text files
});
Default value:
true
Details
If the property is set to false, File Manager will not have the ability to edit text files.
See also
Articles