Share

FCK Faces

Project News for FCK Faces

  • fck-faces-1.7.26 Is Released

    Some additions patched per the community input, thanks all who submitted patches

    [From change log]
    - *FCKeditor config path override*
    Applied path that replaces isEmpty and isNotEmpty methods with commons-lang methods as well as apply a handler to locate FCKeditor javascript config external to the jar

    - *Support Multiple FCKeditor instances in one page*
    Moved to encode end so that the inline java script will run after the textArea was rendered before this script is run

    Please review the documentation for configuring the latest release.

    2006-10-13 15:20:14 UTC by srecinto

  • fck-faces-1.5.1 Is Released

    This is a mid-release until we can resolve the JSF implementation independant version.

    [From change log]
    version 1.5.1

    - getComponentType and getRendererType accessors on FCKFaceEditor per johnpinto75's request. This should allow for direct instanciation in Java.

    - Added the ability to specify a customResourcePath via the web.xml servlet config per pippou's source contributions. This give developers the ability to implement thier own FCKeditor versions and extentions instead of using the default on from the jar.

    <servlet>
    <servlet-name>FCK Faces Servlet</servlet-name>
    <servlet-class>org.fckfaces.util.Servlet</servlet-class>
    <load-on-startup>3</load-on-startup>
    <init-param>
    <param-name>customResourcePath</param-name>
    <param-value>/WEB-INF/</param-value>
    <description>Allows to specify the path of the FCKeditor resources</description>
    </init-param>
    </servlet>

    - added accessors and mutators for toobarSet attribute on the FCKFaceEditorTag. This resolved the issue that pippou ran into when trying to set that attribute.

    - added height and width attributes to the tag for setting FCKeditor height and width

    2006-09-07 16:05:06 UTC by srecinto

  • Updated in SVN

    There have been a number of updated you can pull from SVN. They address the following issues (will be in release notes)

    - getComponentType and getRendererType accessors on FCKFaceEditor per johnpinto75's request. This should allow for direct instanciation in Java.

    - Added the ability to specify a customResourcePath via the web.xml servlet config per pippou's source contributions. This give developers the ability to implement thier own FCKeditor versions and extentions instead of using the default on from the jar.

    - Added accessors and mutators for toobarSet attribute on the FCKFaceEditorTag. This resolved the issue that pippou ran into when trying to set that attribute.

    The last issue to address is the JSF implementation independance. Before we package and release, we will tag the latest source in SVN and ask if everyone could test for a few days before we package it up and release it.

    Regards,
    Shawn Recinto

    2006-08-29 13:00:16 UTC by srecinto

  • fck-faces-1.0.11 Is Released

    Forgive me for the multiple releases. I felt these were critical to the stability and usage of the component. Thank you all for you help on the implmentation testing in your independant environments. This has been a great help.

    see changes in the change log.

    Regards,
    Shawn Recinto

    2006-08-24 15:10:27 UTC by srecinto

  • fck-faces-1.0.1 Is Released

    Thank you for your patience for this release.

    [From release notes]
    - Fixed the taglib reference from jenia to fck-faces
    - updated FCKeditor references to match the products naming

    2006-08-24 14:16:25 UTC by srecinto