如何为 DotNetNuke 创建拖放小部件?
我想在 DotNetNuke 中重新创建此小部件拖放效果: http://templatebuilder.sitefinity.com
我不是确定从哪里开始,但我认为这在其他 CMS 中非常有用。有人知道如何使这个通用性足以在其他 CMS 中使用吗?
I wanted to recreate this widget drag and drop effect in DotNetNuke: http://templatebuilder.sitefinity.com
I am not sure where to start but I think this would be incredibly useful in other CMS's. Anyone know how to make this generic enough to use in other CMS's?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
从 DotNetNuke 6.0 开始,这可以通过一些小部件构建< /a>.这是因为 jQueryUI 默认包含在核心中。因此,任何有技能的人都可以使用拖放功能。至于如何开始构建小部件来完成此任务,请点击上面的链接。它将向您展示可以帮助您开始构建小部件的资源。
我本人很乐意在 DotNetNuke 的核心中看到这一功能。我碰巧知道一些定制的 DotNetNuke 控制面板可以执行此操作,但它们是专门为私人公司使用而构建的。
As of DotNetNuke 6.0, this is something that could be accomplished with a bit of widget building. This is because jQueryUI is included by default in the core. So, the drag and drop capabilities are offered to anyone with the skill set to take advantage of them. As far as how you begin to build the widgets to get this done, follow the link above. It will show you resources that can help you begin to build widgets.
I for one would love to see this capability in the core of DotNetNuke myself. I happen to know of some custom DotNetNuke control panels out there that do this very thing, but they have been built specifically for private company use only.