- Timestamp:
- 2008-04-20 23:44:14 (4 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor.Java/branches/2.4/src/site/apt/integration/taglibrary.apt
r1900 r1931 24 24 Tag library 25 25 26 De fine the tag extension in each JSP page that uses the FCKeditor.Java taglib.27 The uri directive s 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}}. 28 28 The prefix identifies the tags in the tag library within the JSP page. 29 29 … … 39 39 +--------------------------------------------------------------------+ 40 40 41 Now you are set to use the taglib. A brief usagewould be:41 Now you are set to use the taglib. A brief declaration would be: 42 42 43 43 +--------------------------------------------------------------------+