is it possible to set the width of height of the web panel through javascript?
Hello,
You may use the following client side code snippet to change the height of WebPanel:
var panel1 = igpnl_getPanelById("WebPanel1"); panel1._element.height = 300;
Hope it helps.
Thanks.
Puneet
thank you!
is there somewhere on the site this is documented? I must be missing it.