GWT 的 Web 部件

发布于 2024-10-27 14:15:18 字数 77 浏览 2 评论 0原文

有谁知道用于制作 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

情未る 2024-11-03 14:15:18

几周前我也在寻找同样的东西。 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!

征﹌骨岁月お 2024-11-03 14:15:18

看看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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文