Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 YUI 2 的 DataTable 中使用内联编辑。我想为此使用富文本编辑器,但它不在内置选项中。有谁知道这样做的代码或如何集成它?
富文本编辑器只需要一个带有 Id 的 textarea,因此您可以自定义实现 yui 数据表列编辑器,并在其中定义适当的文本区域。