Wysiwyg Editor for Inline Editing...
Wysiwyg Editor for Inline Editing...
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!
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.