Actions
Feature proposal #7360
closedImplement support for editor fieldtypes
Description
This will likely only work with TinyMCE which has reliable JS for rebinding the editor.
Actions
Added by krileon over 6 years ago. Updated over 5 years ago.
Description
This will likely only work with TinyMCE which has reliable JS for rebinding the editor.
Now works fine with TinyMCE. Other editors maybe a problem since for this to work it requires the current editor to be completely destroyed then rebind.
CodeMirror also now works fine. JCE will likely be the difficult editor to implement support for if the instance can not be completely cleared before rebinding.