有没有一个好的使用绝对定位的 javascript WYSIWYG 工具?

发布于 2024-08-16 03:36:31 字数 287 浏览 3 评论 0原文

我正在构建一个网站,用户(不了解 html/css)将自定义设计简单的静态 HTML 页面。几年前,我使用了一个 CMS,它使用绝对定位和拖放来设计静态页面,它是一个非常简单的 UI,任何人都可以掌握。

我想知道是否有一个 javascript 解决方案可以在我的新网站中实现。它需要像 TinyMCE 这样的东西提供基本的粗体、斜体、字体大小、图像上传,但我也希望元素完全由用户定位。

有人知道这样的解决方案吗?

JQuery 解决方案很好,因为无论如何我都在网站上使用 JQuery。我不想加载第二个框架。

I'm building a site where users (with no knowledge of html/css) will custom-design simple static HTML pages. Years ago, I used a CMS that used absolute positioning with drag and drop for designing static pages, and it was a fantastically easy UI for anyone to grasp.

I'm wondering if there's a javascript solution for this that I could implement in my new site. It would need the basic bold, italic, font size, image uploads available in something like TinyMCE, but I'd also like for elements to be positioned absolutely by the user.

Anyone know of such a solution?

JQuery solutions are fine, since I'm using JQuery anyway on the site. I'd prefer not to have to load in a second framework.

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

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

发布评论

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

评论(2

べ繥欢鉨o。 2024-08-23 03:36:31

据我所知没有具体的解决方案。我想知道你是否实现了一个jquery拖放插件,在拖放时你可以获得拖放的坐标并动态地为包含这些绝对坐标的拖放元素创建一个CSS文件。

I know of no specific solutions. I wonder if you implement a jquery drag and drop plugin, on the drop you could get the dropped coordinates and dynamically create a CSS file for the dropped element containing those absolute coordinates.

つ可否回来 2024-08-23 03:36:31

您可能想看看 YAML Builder(寻求灵感)。它并不完全是您正在寻找的东西,但它是一个所见即所得的网站编辑器,严重依赖 jQuery 和 jQuery UI。尽管如此,它是为开发人员而不是新手构建的。

You might want to take a look at the YAML Builder (for inspiration). It's not exactly what you're searching for but it is a WYSIWYG website editor relying heavily on jQuery and jQuery UI. Although, it's built for developers and not for noobs.

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