- Timestamp:
- 2008-07-03 00:03:15 (6 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor.Java/trunk/java-core/src/main/javadoc/net/fckeditor/tags/package.html
r1881 r2151 25 25 <body bgcolor="white"> 26 26 27 JSP Tag to access and modify the FCKeditor objects. 28 29 30 <h2>Package Specification</h2> 31 32 This taglibrary is compliant to the taglib 1.1 specification.<br> 33 To use it put the FCKeditor.jar inside the <code>WEB-INF/lib</code> dir and FCKeditor.tld inside the <code>WEB-INF</code> directory of your website.<br> 34 Put the following declaration in each page that use the tags:<br> 35 <pre> 36 <%@ taglib uri="http://fckeditor.net/tags-fckeditor" prefix="FCK" %> 37 </pre> 27 JSP tags to access and modify the FCKeditor object. 38 28 39 29 <h2>Related Documentation</h2> … … 41 31 For overviews, tutorials, examples, guides, and tool documentation, please see: 42 32 <ul> 43 <li>_sample/jsp directory for example of how to implement FCKeditor in your application 33 <li>The official FCKeditor.Java integration <a href="http://java.fckeditor.net">website</a>. 34 <li>The example web application. 44 35 </ul> 45 36