如何使niceeditor只读?
我的页面中有一些文本区域。我使用提供的选项将所有内容转换为niceeditor。我将把niceeditor 的内容保存到我的数据库中。当我检索时,我将获得 html 标记数据。我正在我的页面中显示文本。
所以要显示我输入的内容的富文本。我应该做niceeditor。这样我就可以显示富文本。而且它也应该是只读的。
请指导我通过某种方式将niceeditor设为只读或指导我显示富文本而不使用编辑选项。
我的文本区域名称是“area3”。 谢谢
I have some textareas in my page. I converted all into niceeditor with the option provided. I will save the content of the niceditor into my database. While i am retrieving, i will get the html tagged data. I am showing the text in my page.
So to show the rich text of what i enter. I should make niceditor. So that i could show the rich text. And also it should be readonly.
Please guide me to make niceditor readonly or guide me to show the rich text without editing option through some way.
my textarea name is 'area3'.
thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
为什么不使用
div
而不是textarea
? Niceedit 也支持转换div
,您可以打开或关闭 nicedit。Why not use
div
instead oftextarea
? Nicedit supports convertdiv
s too , You can toggle nicedit on or off.