How to fullscreen some widget?

http://webix.com/snippet/8cd3e08d

This sample works with webix@2.4, but not with 2.4.4, how to fix that?

While component is in layout it will size self to its parent component, not to the styles. So the current behavior is valid one.

You can

a) just hide the unnecessary views
http://webix.com/snippet/93a77691

or

b) move view to the fullscreen window and back
http://webix.com/snippet/b5ee0237

Thanks for the solution @maksim. But I think, is not the best way to change structure.

But you want to change the visual structure of interface, right?
In both above samples, the interface is reconstructed back to the initial state, without side effects.

This one is good effect. Thanks :slight_smile: