GWT 的 Web 部件
有谁知道用于制作 Web 部件的示例 GWT 代码或第三方包,允许用户像在 iGoogle 中那样自定义网站布局?
TIA
Does anyone know of a sample GWT code or third party package for making web parts that allow user to customize web site layout like it's done in iGoogle ?
TIA
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
几周前我也在寻找同样的东西。 gwt-dnd 很好,但我发现了 DragAndDropPluginForGWTDeveloppers 的母负载。
这就是您想要的?:
http://gwtquery- plugins.googlecode.com/svn/trunk/droppable/demo/GwtPortletSample/GwtPortletSample.html
查看该项目:
http://code.google.com/p/gwtquery-plugins/wiki/DragAndDropPluginForGWTDeveloppers
支持maven和GWT 2.2!
I was looking for the same thing a few weeks ago. gwt-dnd is good but I found the motherload with DragAndDropPluginForGWTDeveloppers.
This is what you want?:
http://gwtquery-plugins.googlecode.com/svn/trunk/droppable/demo/GwtPortletSample/GwtPortletSample.html
Check out the project at:
http://code.google.com/p/gwtquery-plugins/wiki/DragAndDropPluginForGWTDeveloppers
It supports maven and GWT 2.2!
看看gwt-dnd,它对拖动和拖动有很好的支持。删除 GWT 小部件。如果您希望小部件保留在同一个位置,则必须保存它们的位置,但仅此而已!
http://allen-sauer.com/com .allen_sauer.gwt.dnd.demo.DragDropDemo/DragDropDemo.html#InsertPanelExample - 拖动绿色框。
Look at gwt-dnd, which has great support for dragging & dropping GWT widgets. You'll have to save the position of the widgets if you want them to stay in the same place, but that's all!
http://allen-sauer.com/com.allen_sauer.gwt.dnd.demo.DragDropDemo/DragDropDemo.html#InsertPanelExample - drag the green boxes around.