Show
Ignore:
Timestamp:
2008-03-26 21:29:11 (10 months ago)
Author:
mosipov
Message:

Heavy doc rewrite

Files:
1 modified

Legend:

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

    r1813 r1815  
    1                                         --------------------- 
    2                                                 Tag Library 
    3                                         --------------------- 
    4                                          
    5 Integration 
    6          
    7 *       Tag library 
     1                    --------------------- 
     2                         Tag Library 
     3                    --------------------- 
    84 
    9         Define the tag extension in each JSP page that uses the FCKeditor.Java taglib. 
    10         The uri directives must match the URI defined in the tld in the jar file. 
    11         The prefix identifies the tags in the tag library within the JSP page. 
     5Tag library 
     6 
     7  Define the tag extension in each JSP page that uses the FCKeditor.Java taglib. 
     8  The uri directives must match the URI defined in the tld in the jar file. 
     9  The prefix identifies the tags in the tag library within the JSP page. 
    1210 
    1311+--------------------------------------------------------------------+ 
     
    1513+--------------------------------------------------------------------+ 
    1614 
    17     The declaration, if you are using a JSP XML syntax, looks like: 
     15  The declaration, if you are using a JSP XML syntax, looks like: 
    1816 
    1917+--------------------------------------------------------------------+ 
     
    2119     xmlns:FCK="http://www.fckeditor.net/tags"> 
    2220+--------------------------------------------------------------------+ 
    23          
    24         Now you are set to use the taglib. A brief usage would be: 
    25          
     21 
     22  Now you are set to use the taglib. A brief usage would be: 
     23 
    2624+--------------------------------------------------------------------+ 
    2725  <FCK:editor instanceName="EditorDefault"> 
    28     <jsp:attribute name="value">This is some <strong>sample text </strong>.  
    29           You are using <a href="http://www.fckeditor.net"> FCKeditor</a>. 
     26    <jsp:attribute name="value">This is some <strong>sample text </strong>. 
     27      You are using <a href="http://www.fckeditor.net"> FCKeditor</a>. 
    3028    </jsp:attribute> 
    3129  </FCK:editor> 
    3230+--------------------------------------------------------------------+ 
    33          
    34         For a more complete overview, take a look at the {{{tagreference.html}tag reference}}. 
     31 
     32  For a more complete overview, take a look at the {{{../tagreference.html}tag reference}}.