Documentation for video component?

The “video” component seems very nice… but it would be great to be able to read some documentation about it (and actually many other components, this page: Overview - Backendless UI Builder Developer Guide is very sad:

Anyway, specifically we’re interested in putting the video component into a modal and building our own controls (play, stop, etc) to control the video. Possible? Is there an article or documentation somewhere? Thnx

Hi @Alex_Klein
Sorry for that and thank you for your notice, we will add the documentation as soon as possible

May use chatGPT, perhaps it can crank our documentation quickly :sweat_smile:

In the meantime: “we’re interested in putting the video component into a modal and building our own controls (play, stop, etc) to control the video. Possible?”

If it is possible, how to do?

Hi @Alex_Klein

No, the built-in Video component is quite simple it can use a few video players dependent on the video URL (Youtube/Vimeo/HTML5/IFrame)

In order to get more customizable you can create your own CustomUIComponent

Regards,
Vlad

OK thank you :slight_smile: