I notice that a component placed in a container does not resize when browser window size is changed.
Same behavior, after an already initialized layout is altered (the new component does not resize).
How can this be overcome?
Anyone can assist?
I notice that a component placed in a container does not resize when browser window size is changed.
Same behavior, after an already initialized layout is altered (the new component does not resize).
How can this be overcome?
Anyone can assist?
added the line below, which seems to do the trick
webix.event(window, “resize”, function(){ $$(‘test’).adjust(); });