如何构建这样的拖放脚本?

发布于 2024-12-27 22:57:57 字数 266 浏览 0 评论 0 原文

我最近一直在使用sitecake,我喜欢它的内容编辑器的拖放界面。尝试他们网站上的可视化编辑器演示。 我想知道如何构建这样的“本地”脚本来为我的网站管理和创建文章。

我需要的是这样的拖放选项和一个 onClick 输出当前显示的 html 的按钮。

我一直在研究 jQuery DND、可拖动和可放置、HTML5 内容可编辑和就地编辑。

但不幸的是,目前还什么都没有。

有人可以帮我解决这个问题吗?或者至少给我指出正确的方向?

提前致谢。

I have recently been using sitecake, I like the drag and drop interface of it for the content editor. Try the demo on their site for the visual editor.
I am wondering how can I build a 'local' script like this for my managing and creating articles for my site.

What I need is the drag and drop options like this and a button which onClick outputs the html of the current display.

I have been looking into jQuery DND, draggable and droppable, HTML5 contentEditable and edit-inplace.

But unfortunately, nothing yet.

Can someone help me with this? Or altest point me in the right direction?

Thanks in advance.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

稚气少女 2025-01-03 22:57:57

我是 SiteCake 的开发者。 SiteCake的第一个版本是基于GWT和jQuery/jQueryUI Droppable和Draggable开发的。当前版本由 GWT 和 GWT-DnD 库提供支持。
我不确定我是否清楚地理解你关于获取 html 代码的问题。

I am the developer behind SiteCake. The first version of SiteCake was developed based on GWT and jQuery/jQueryUI Droppable and Draggable. The current version is powered by GWT and GWT-DnD library.
I am not sure I understand clearly your question about getting the html code.

原谅过去的我 2025-01-03 22:57:57

查看 jQueryUI Droppable 甚至可拖动

Droppable 确实能够满足您的要求。您需要做的就是指定放置点,这就是 sitecake 的作用。

Check out jQueryUI Droppable and maybe even Draggable.

Droppable is certainly capable of what you're asking. All you would need to do is specify drop points, which is what sitecake does.

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