editor

toggles the ability to edit text files

boolean editor;

Example

webix.ui({
  view:"filemanager", 
  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
Back to top