You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get this error on a page with multiple text area on one page: TypeError: Cannot read property 'getEditor' of undefined.
All the textareas were having the same id, so I change this to have unique ids on all the textareas, but this new ids are not used by Rich for the replace command of CKEditor, it still use the old id.
I hope the problem is clear, please help me :-)
The text was updated successfully, but these errors were encountered:
Hi,
I get this error on a page with multiple text area on one page: TypeError: Cannot read property 'getEditor' of undefined.
All the textareas were having the same id, so I change this to have unique ids on all the textareas, but this new ids are not used by Rich for the replace command of CKEditor, it still use the old id.
I hope the problem is clear, please help me :-)
The text was updated successfully, but these errors were encountered: