This question is locked. New answers and comments are not allowed.
Hello,
I'd like to force any window I create to have an automatic height unless I explicitly specify a height. How do I do this?
The reason is that I have several forms shown in windows which use controls (like the upload control) that effect the height of the form. There are other discussions which recommends to change the height of the ".t-window-content" to "auto". It works great, except that it violates DRY as I have to register to each event a control may raise after doing something that effects the height. The reason for this is that I cannot control which controls users will change first.
I tried to change the CSS style of ".t-window-content" in the OnLoad and OnOpen client events but the height remains fixed.
Thanks,
Werner
I'd like to force any window I create to have an automatic height unless I explicitly specify a height. How do I do this?
The reason is that I have several forms shown in windows which use controls (like the upload control) that effect the height of the form. There are other discussions which recommends to change the height of the ".t-window-content" to "auto". It works great, except that it violates DRY as I have to register to each event a control may raise after doing something that effects the height. The reason for this is that I cannot control which controls users will change first.
I tried to change the CSS style of ".t-window-content" in the OnLoad and OnOpen client events but the height remains fixed.
Thanks,
Werner