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.
Updated by krileon over 5 years ago
- % Done changed from 0 to 30
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.
Updated by krileon over 5 years ago
- % Done changed from 30 to 70
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.
Updated by krileon over 5 years ago
- Status changed from Assigned to Resolved
- % Done changed from 70 to 100
Actions