SmartGWT 日历小部件,点击事件不起作用
我在我的应用程序中使用 GWT,更准确地说是 SmartGWT。我有一个窗口布局,它将页面的基本布局设置如下:
窗口(smartGWT 窗口) - 停靠面板 - 现在每个dockPanel部分中的simplePanel
,当将smartGWT日历小部件添加到simplePanel之一时(例如东定位,代表我的布局中的“主体”),它显示正确,但切换月份的默认事件并且添加事件不起作用。 因为它工作得很好,如果我在空页面(没有任何窗口布局)上使用日历小部件,我假设如果在窗口内的 simplePanel 中使用日历小部件的单击处理存在问题...我必须以某种方式将单击事件传递到基本 SmartGWT 窗口?我将日历添加到简单面板并将 simplepanel 添加到dockPanel 并将dockpanel 添加到窗口会出现问题吗?这会引起什么麻烦吗?
感谢您的任何帮助或提示!
I am using GWT, mor eprecisely SmartGWT for my application. I have a Window layout which sets the basic layout of my page as following :
window (smartGWT window)
- dockPanel
- simplePanel in each of the dockPanel parts
now, when adding the smartGWT calendar widget to one of the simplePanels (e.g. East positioned, which represents the "body" in my layout), it is displayed correctly, but the default events for switching the month and adding events do not work.
Since it works well, if i use the calendar widget on an empty page (without any window-layout), i assume that there are problems with the click-handling of the calendar widget if used within a simplePanel within a window...do i have to pass the click events somehow to the base SmartGWT window ? Can it be a problem that I add the calendar to the simple panel and the simplepanel to dockPanel and the dockpanel to the window ? can this cause any trouble ?
Thanks for any help or hint !
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您混合使用 GWT 和SmartGWT 小部件,那么这可能是一个可能的原因。尽量避免这种混合。
If you're mixing GWT & SmartGWT widgets, then that can be a possible reason. Try to avoid such mix.