Wysiwyg Editor for Inline Editing...

Wysiwyg Editor for Inline Editing...

browe68browe68 Posts: 2Questions: 1Answers: 0
edited February 2014 in General
I have a datatable working perfectly with inline editing. I have a text area column that I am trying to enable the wysiwyg editor but cannot get it to work... Do you have any working examples that illustrate this. I have searched for hours for an example and attempted many implementations.

I am using the column type as follows:

type: 'wysiwyg',
onblur: 'ignore',
submit: submitbtn,

wysiwyg: {
controls: {
insertOrderedList: { visible: true },
insertUnorderedList: { visible: true }
}

I have followed the article "http://www.appelsiini.net/2008/wysiwyg-for-jeditable" to implement the editor, but cannot get it to work.

Any direction would be helpful!
This discussion has been closed.