user964904
user964904

Reputation: 925

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!

Upvotes: 0

Views: 682

Answers (1)

Smi
Smi

Reputation: 14316

Use the setMinWidth and setMaxWidth functions to set the minimum/maximum width for the MessageBox in pixels.

Upvotes: 1

Related Questions