Documentation

controls

enables video controls

boolean controls;

Example

webix.ui({
    view: "video",
    controls: false
});

Back to top