SmartGWT 日历宽度和高度
我尝试使用calendar.setWidth(500)和calendar.setHeight(400)为SmartGWT库中的日历小部件设置显式宽度和高度,但无济于事。
有什么想法为什么这行不通吗?谢谢!
I've tried setting an explicit width and height to the calendar widget in the SmartGWT library using calendar.setWidth(500) and calendar.setHeight(400) to no avail.
Any ideas why this wouldn't work? Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
freenode 上的 #gwt 的 Luminari 建议我使用 SimplePanel 来包装日历并缩小其大小,然后将其添加到 TabBar。谢谢!
Luminari at #gwt on freenode suggested I use a SimplePanel to wrap the calendar and size it down then add it to the TabBar. Thanks!