So far I’ve been setting the parent webix component to the entire screen,
ie: letting webix.ui default to using the body as the parent container.
I now wish to have the webix parent component have a fixed width, which centers itself in the middle of the browser, but also takes up the full height.
What is the recommended way of doing this?
Is it better to:
a) create a div, of fixed width and full height, and use that as the parent container, or,
b) to create another component in webix, which takes up the whole screen, and nest the ‘real’ parent inside this?
Thanks