Changeset 1896
- Timestamp:
- 2008-04-06 16:50:17 (5 months ago)
- Location:
- FCKeditor.Java/branches/2.4
- Files:
-
- 2 added
- 8 modified
-
java-core/src/main/resources/META-INF/FCKeditor.tld (modified) (1 diff)
-
java-demo/src/main/webapp/jsp/sample01.jsp (modified) (1 diff)
-
java-demo/src/main/webapp/jsp/sample02.jsp (modified) (1 diff)
-
java-demo/src/main/webapp/jsp/sample03.jsp (modified) (1 diff)
-
java-demo/src/main/webapp/jsp/sample04.jsp (modified) (1 diff)
-
java-demo/src/main/webapp/jsp/sample05.jsp (modified) (1 diff)
-
java-demo/src/main/webapp/jsp/sample06.jsp (modified) (1 diff)
-
java-demo/src/main/webapp/jsp/sample07.jsp (modified) (1 diff)
-
src/site/apt/tags (added)
-
src/site/apt/tags/index.apt (added)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor.Java/branches/2.4/java-core/src/main/resources/META-INF/FCKeditor.tld
r1886 r1896 17 17 <tlib-version>2.4</tlib-version> 18 18 <short-name>FCK</short-name> 19 <uri>http://www.fckeditor.net/ tags</uri>19 <uri>http://www.fckeditor.net/java/tags</uri> 20 20 <tag> 21 21 <description> -
FCKeditor.Java/branches/2.4/java-demo/src/main/webapp/jsp/sample01.jsp
r1494 r1896 2 2 <%@ page language="java" contentType="text/html; charset=UTF-8" 3 3 pageEncoding="UTF-8" import="net.fckeditor.*" %> 4 <%@ taglib uri="http://www.fckeditor.net/ tags" prefix="FCK" %>4 <%@ taglib uri="http://www.fckeditor.net/java/tags" prefix="FCK" %> 5 5 <%-- 6 6 * FCKeditor - The text editor for Internet - http://www.fckeditor.net -
FCKeditor.Java/branches/2.4/java-demo/src/main/webapp/jsp/sample02.jsp
r1528 r1896 2 2 <%@ page language="java" contentType="text/html; charset=UTF-8" 3 3 pageEncoding="UTF-8" %> 4 <%@ taglib uri="http://www.fckeditor.net/ tags" prefix="FCK" %>4 <%@ taglib uri="http://www.fckeditor.net/java/tags" prefix="FCK" %> 5 5 <%-- 6 6 * FCKeditor - The text editor for Internet - http://www.fckeditor.net -
FCKeditor.Java/branches/2.4/java-demo/src/main/webapp/jsp/sample03.jsp
r1528 r1896 2 2 <%@ page language="java" contentType="text/html; charset=UTF-8" 3 3 pageEncoding="UTF-8" %> 4 <%@ taglib uri="http://www.fckeditor.net/ tags" prefix="FCK" %>4 <%@ taglib uri="http://www.fckeditor.net/java/tags" prefix="FCK" %> 5 5 <%-- 6 6 * FCKeditor - The text editor for Internet - http://www.fckeditor.net -
FCKeditor.Java/branches/2.4/java-demo/src/main/webapp/jsp/sample04.jsp
r1528 r1896 2 2 <%@ page language="java" contentType="text/html; charset=UTF-8" 3 3 pageEncoding="UTF-8" %> 4 <%@ taglib uri="http://www.fckeditor.net/ tags" prefix="FCK" %>4 <%@ taglib uri="http://www.fckeditor.net/java/tags" prefix="FCK" %> 5 5 <%-- 6 6 * FCKeditor - The text editor for Internet - http://www.fckeditor.net -
FCKeditor.Java/branches/2.4/java-demo/src/main/webapp/jsp/sample05.jsp
r1528 r1896 2 2 <%@ page language="java" contentType="text/html; charset=UTF-8" 3 3 pageEncoding="UTF-8" %> 4 <%@ taglib uri="http://www.fckeditor.net/ tags" prefix="FCK" %>4 <%@ taglib uri="http://www.fckeditor.net/java/tags" prefix="FCK" %> 5 5 <%-- 6 6 * FCKeditor - The text editor for Internet - http://www.fckeditor.net -
FCKeditor.Java/branches/2.4/java-demo/src/main/webapp/jsp/sample06.jsp
r1528 r1896 2 2 <%@ page language="java" contentType="text/html; charset=UTF-8" 3 3 pageEncoding="UTF-8" %> 4 <%@ taglib uri="http://www.fckeditor.net/ tags" prefix="FCK" %>4 <%@ taglib uri="http://www.fckeditor.net/java/tags" prefix="FCK" %> 5 5 <%-- 6 6 * FCKeditor - The text editor for Internet - http://www.fckeditor.net -
FCKeditor.Java/branches/2.4/java-demo/src/main/webapp/jsp/sample07.jsp
r1528 r1896 2 2 <%@ page language="java" contentType="text/html; charset=UTF-8" 3 3 pageEncoding="UTF-8" %> 4 <%@ taglib uri="http://www.fckeditor.net/ tags" prefix="FCK" %>4 <%@ taglib uri="http://www.fckeditor.net/java/tags" prefix="FCK" %> 5 5 <%-- 6 6 * FCKeditor - The text editor for Internet - http://www.fckeditor.net