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 it?

link|improve this question
feedback

1 Answer

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.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.