how to set width for messagebox in GXT/GWT?
how to set width for message box? 开发者_如何学运维or how can we format the message that we display in the message box into multiple lines?
Thanks!
Use the setMinWidth
and setMaxWidth
functions to set the minimum/maximum width for the MessageBox
in pixels.
精彩评论