拖放块就地编辑 html
我需要编写一个小型 Web 应用程序,允许客户选择 html 中的预定义布局模板并能够对其进行修改。 该应用程序需要允许客户将块文本添加到预定义的区域和图像中。 块文本需要能够根据客户需求重新排序。 例如。 向上移动、向下移动或移动到侧边栏。 由于电子邮件程序不喜欢 div 和 inline css,完整的布局将能够转换为表格布局和内联 css。 CSS。 我不知道应该在哪里寻找信息来实现这一点,有人可以告诉我如何做到这一点。
谢谢
I required to write a small web application that allow customer to select predefined layout template in html and be able to modify it. The application need to allow customer to add block text to pre defined area and images. The block texts need to be able to reorder based on customer need. eg. move up , move down or move to sidebar. THe complete layout will be able to convert to table layout and inline css due to email program doesn't like div & css. I don't know where should I looking for the information to make this happen, could anyone show me how to do this.
Thank you
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
当然,我可能误解了你的意思。 您可以考虑使用标准内容管理系统,例如:
基于 Linux 的
基于 Windows
这些系统具有您所描述的内置功能,并且其中大多数都是免费的,并且具有额外的好处开源。
Of course, I may be misunderstanding you. You might consider using a standard content management system such as:
linux based
Windows based
Those systems have the functionality you described built in with the added benefit that most of them are free and open source.
我不知道为什么有人对你投了反对票,但请查看像 script.aculo.us 这样的 javascript 框架或Yahoo 的 YUI
这些将对创建您需要的界面大有帮助。 他们也有很多例子。
雅虎框架有一个就地 html 编辑器(我认为这就是您所要求的)。 另一种编辑是fckeditor。
I'm not sure why someone downvoted you, but check out a javascript framework like script.aculo.us or Yahoo's YUI
Those will go a long way towards creating the interface you need. Also they have a lot of examples.
The Yahoo framework has an inplace html editor (I think that is what you are asking for). Another editing is the fckeditor.