Rank: Member Groups: Member
Joined: 7/7/2009 Posts: 12
|
By using javascript...can you set the height and width of a EO MsgBox before you show it?
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi, You can use something like this:
Code: JavaScript
eo_GetObject("MsgBox1").setSize(w, h);
Thanks!
|