toggles the ability to edit text files
webix.ui({ view:"filemanager", editor: false // disables ability to edit text files });
If the property is set to false, File Manager will not have the ability to edit text files.