player of ui.docmanager, Properties Webix Docs
toggles the ability to play audio/video files
boolean player;
Example
webix.ui({
view:"docmanager",
url: "//localhost:3200/",
player: false // disables ability to play audio/video files
});
Default value:
true
Details
The property is true by default. If false Document Manager will not have the ability to play audio and video files.
See also
Articles