player

toggles the ability to play audio/video files

boolean player;

Example

webix.ui({
  view:"filemanager", 
  url: "//localhost:3200/",
  player: false // disables ability to play audio/video files 
});


Default value:

true
Details

If the property is set to false, File Manager will not have the ability to play audio and video 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.