使用 YUI 2 的富文本编辑器进行内联编辑

发布于 2024-10-06 19:02:15 字数 79 浏览 2 评论 0原文

我在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

じее 2024-10-13 19:02:15

富文本编辑器只需要一个带有 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文