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
Join Our Forum
We've retired comments here. Visit our forum for faster technical support, connect with other developers, and share your feedback there.