Hi,
is it possible to dynamically/programmatically change the window size (window initialized with option resizable: false) ?
Method ‘resize’ doesnt work, although (.jqxWindow({width: int, height: int})) works but this is not what I need.
I know there is possibility to initialize window with option (height: ‘auto’) but this work only when window is reopened.
For example I got window with textarea inside. At window open sizes are ok, but when I resize textarea I wanna to resize window too, is it possible?
Best Regars,
Gabriel.