Show
Ignore:
Timestamp:
2008-04-20 23:44:14 (4 months ago)
Author:
mosipov
Message:

Improved doc, corrected links

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor.Java/branches/2.4/src/site/apt/integration/taglibrary.apt

    r1900 r1931  
    2424Tag library 
    2525 
    26   Define the tag extension in each JSP page that uses the FCKeditor.Java taglib. 
    27   The uri directives must match the URI defined in the tld in the jar file. 
     26  Declare the tag extension in each JSP page that uses the FCKeditor.Java taglib. 
     27  The uri directive must match the uri defined in the {{{../java-core/tagreference.html}tag reference}}. 
    2828  The prefix identifies the tags in the tag library within the JSP page. 
    2929 
     
    3939+--------------------------------------------------------------------+ 
    4040 
    41   Now you are set to use the taglib. A brief usage would be: 
     41  Now you are set to use the taglib. A brief declaration would be: 
    4242 
    4343+--------------------------------------------------------------------+