使用 YUI 2 的富文本编辑器进行内联编辑
我在 YUI 2 的 DataTable 中使用内联编辑。我想为此使用富文本编辑器,但它不属于内置选项。有谁知道执行此操作的代码或者如何集成它?
I am using inline editing in YUI 2's DataTable. I would like to use the Rich Text Editor for this, but it is not among the built-in options. Does anyone know of code that does this or how one might go about integrating it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
富文本编辑器只需要一个带有 Id 的文本区域,因此您可以自定义 yui 数据表列编辑器的实现,并在其中定义适当的文本区域。
The rich text editor just requires a textarea with an Id, so make your own custom implementation of a yui datatable column editor, and define the appropriate text area within it.