EasyUI Forum

General Category => General Discussion => Topic started by: Rakesh on December 21, 2012, 04:59:19 AM



Title: How to increase width of messager Box
Post by: Rakesh on December 21, 2012, 04:59:19 AM
Hello..

Its very urgent.

I want to increase the width of the messager box. But i am not able to increase using stylesheets.. So guys please help me out in this.


Title: Re: How to increase width of messager Box
Post by: stworthy on December 21, 2012, 05:23:16 AM
The code below demonstrate how to reset the width of message window.
Code:
var w = $.messager.alert('My Title','Here is a message!');
w.window('resize',{width:600}).window('center');