JSP Tag to access and modify the FCKeditor objects.
Package Specification
This taglibrary is compliant to the taglib 1.1 specification.
To use it put the FCKeditor.jar inside the WEB-INF/lib
dir and FCKeditor.tld inside the WEB-INF
directory of your website.
Put the following declaration in each page that use the tags:
<%@ taglib uri="/WEB-INF/FCKeditor.tld" prefix="FCK" %>
Related Documentation
For overviews, tutorials, examples, guides, and tool documentation, please see:
- _test directory for example of how to implement FCKEditor in your application