在用户配置文件富文本编辑器中创建字段
对于我网站上的用户个人资料,我有一些字段,例如:职业经历,用户可以在其中详细介绍他的职业生涯。我想添加一些内联丰富的编辑器功能,例如项目符号点、粗体文本等,但没有所有图标。因此用户需要添加 之类的 html 以使其加粗。同时我想限制其他 html,这样就没有人将表格或其他不良 html 包含到表单中。
所以我假设要做到这一点我需要一个所见即所得字段而不是常规表单字段?以及如何使该领域成为这样的?我在我的框架中使用 codeignitor php,是否有任何开源插件或者我需要手动编码该字段?
For user profile son my site I have some fields like: Career experience where the user can detail out his career. I want to add some in-line rich editor features like bullet points, bold text, etc but without all the icons. So users need to add the html like to make it bold. At the same time i want to restrict other html so no one includes tables or other bad html into the form.
So I assume to do this i need a wysiwyg field instead of a regular form field? And how to make the field like that? I am using codeignitor php for my framework, are there any open source adds on to this or do i need to handcode the field?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有一些软件包可以为您做这类事情。我熟悉 TinyMCE,它非常好......易于集成,用户界面简单、熟悉。
There are packages which do this sort of thing for you. I'm familiar with TinyMCE, which is pretty good... easy to integrate and simple, familiar UI.