- Timestamp:
- 2008-04-07 17:13:31 (5 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor.Java/branches/2.4/src/site/apt/integration/taglibrary.apt
r1847 r1900 29 29 30 30 +--------------------------------------------------------------------+ 31 <%@ taglib uri="http://www.fckeditor.net/ tags" prefix="FCK" %>31 <%@ taglib uri="http://www.fckeditor.net/java/tags" prefix="FCK" %> 32 32 +--------------------------------------------------------------------+ 33 33 … … 36 36 +--------------------------------------------------------------------+ 37 37 <jsp:root version="2.0" xmlns:jsp="http://java.sun.com/JSP/Page" 38 xmlns:FCK="http://www.fckeditor.net/ tags">38 xmlns:FCK="http://www.fckeditor.net/java/tags"> 39 39 +--------------------------------------------------------------------+ 40 40 … … 49 49 +--------------------------------------------------------------------+ 50 50 51 For a more complete overview, take a look at the {{{../ tagreference.html}tag reference}}.51 For a more complete overview, take a look at the {{{../java-core/tagreference.html}tag reference}}.