Show
Ignore:
Timestamp:
2008-07-03 00:03:15 (6 months ago)
Author:
mosipov
Message:

JavaDoc issues

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor.Java/trunk/java-core/src/main/javadoc/net/fckeditor/tags/package.html

    r1881 r2151  
    2525<body bgcolor="white"> 
    2626 
    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 &lt;%@ taglib uri="http://fckeditor.net/tags-fckeditor" prefix="FCK" %&gt; 
    37 </pre> 
     27JSP tags to access and modify the FCKeditor object. 
    3828 
    3929<h2>Related Documentation</h2> 
     
    4131For overviews, tutorials, examples, guides, and tool documentation, please see: 
    4232<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.  
    4435</ul> 
    4536