在jHtmlArea中添加表格
有人知道使 jHtmlArea 支持表格内容并允许用户将表格/单元格/行添加到编辑器框的方法吗?它似乎不是该插件的标准功能。
我希望我的用户能够在所见即所得编辑器中创建表。
Anyone know of a way of making jHtmlArea support table content, and allow the user to add tables/cells/rows to the editor box? It doesn't appear to be a standard feature for the plugin.
I would like for my user to be able to create tables in the WYSIWYG editor.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
试试这个代码
只需将 #editor 更改为您为文本区域设置的“id”。
并插入任何样式(如果有)。希望这会有所帮助。
jhtmlarea wysiwyg 编辑器 - 添加表格
Try this code
Just change #editor to the "id" you set to the textarea.
and insert any styles if u have.Hope this helps.
jhtmlarea wysiwyg editor - Adding Table