1

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?

Jeromy French
  • 11,812
  • 19
  • 76
  • 129
Stephen Cathers
  • 113
  • 1
  • 6

1 Answers1

0

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.

stevebot
  • 23,275
  • 29
  • 119
  • 181