Wiki News Projects Sources Tasks New Task Reports
Next version
Project Info

Milestone: JSF Support

No date set


  1. Implement JSF tag to easily include TinyMCE into JSF-Page. Here is some subtasks:
    1. 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)
    2. 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;
    3. Probably we will need some extra java-Script code to "save" data from TinyMCE control before submitting data into server
    4. Provide taglib to use together with facelets
    5. Probably some extra things to allow TinyMCE to work inside ajax
    6. It should allow user simple enter tinymce:edit tag like h:inputTextarea into page to use TinyMCE.
  2. Provide example web-application with example of usage servlet and JSF tag
Comments (0)
Login to add comment