如何在 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!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用
setMinWidth
和setMaxWidth
函数设置MessageBox
的最小/最大宽度(以像素为单位)。Use the
setMinWidth
andsetMaxWidth
functions to set the minimum/maximum width for theMessageBox
in pixels.