Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
3788
Webdialogwindow width does not set in firefox 7.0 version from clientSide.
posted

Hi, i am setting the webdialogwindow width from client side using below code,

it work properly in IE,Safari,Chrome and Firefox 3.6.12.

 var wnd = $find('webDialogWindow');

 wnd.set_windowState($IG.DialogWindowState.Normal);
 wnd.set_width(306);

Parents Reply Children
No Data