Hi, In my application I have to put html editor component in some of the web pages. I preferred to use rich:editor, but it is still unavailable to nuxeo because jboss rich library which is using is older and doesn't contain this component. So, I've tried to customize nxu:edtor component in part to provide better html tags supports. The problem is in HtmlEditorRerender which uses HtmlEditorPluginService to provide extensions. Possible extensions are buttons and plugins, but there is no way to extend/limit html tags support, which are defined in "extended_valid_elements" property for tinyMCE. To workaround this I have to remove nxu:editor from my page and to add my custom configuration for tinyMCE. The second problem is the version of tinyMCE in nuxeo-platform-ui-web - version 2.0.9 from 2007, it is old release with a couple of limitations. Do you planning to add newer version of tinyMCE? Or to add support of newer version of jboss rich library? Regards and good luck with new release, Stefan -- Posted by "[email protected]" at Nuxeo Discussions <http://nuxeo.org/discussions> View the complete thread: <http://www.nuxeo.org/discussions/thread.jspa?threadID=2448#6666> _______________________________________________ ECM mailing list [email protected] http://lists.nuxeo.com/mailman/listinfo/ecm To unsubscribe, go to http://lists.nuxeo.com/mailman/options/ecm
