22/02/2008
0%
Closed Processes: 0
Opened Processes: 1
MoxieCode systems released version 3.0 of their perfect
TinyMCE. So, we need to upgrade our package to this version
No date set
- Implement JSF tag to easily include TinyMCE into JSF-Page. Here is some subtasks:
- We will need (it seems) to implement filter, like MyFaces ExtensionFilter. This filter should check - if some TinyMCE component was included into page - it should inserts into header the code, initialized TinyMCE (loading js-file, initializing global TinyMCE object with settings)
- This settings (like theme) should be specified as tag arguments. We should not care (at least initially) about placing several TinyMCE controls on same page - all of them will use same settings;
- Probably we will need some extra java-Script code to "save" data from TinyMCE control before submitting data into server
- Provide taglib to use together with facelets
- Probably some extra things to allow TinyMCE to work inside ajax
- It should allow user simple enter tinymce:edit tag like h:inputTextarea into page to use TinyMCE.
- Provide example web-application with example of usage servlet and JSF tag