We are using TinyMCE in some custom properties for properties that inherit from PropertyLongString. Right now we are creating the tinymce addon by ourself but it is starting to be extremly hard to do, since the we would like to do it the same way as EPiServer does it and EPiServer is changing (read improving) the way they do it. So I wounder if there are any way to decorate the textbox and inherit the EPiServer Implementation of tinymce?
Like you can do with textarea in the build in funcation in DOJO: data-dojo-type="dijit/form/Textarea"?
We are using TinyMCE in some custom properties for properties that inherit from PropertyLongString. Right now we are creating the tinymce addon by ourself but it is starting to be extremly hard to do, since the we would like to do it the same way as EPiServer does it and EPiServer is changing (read improving) the way they do it.
So I wounder if there are any way to decorate the textbox and inherit the EPiServer Implementation of tinymce?
Like you can do with textarea in the build in funcation in DOJO: data-dojo-type="dijit/form/Textarea"?