FCKeditor-2.0b2-1.0b2[1]

所属分类:WEB开发
开发工具:Windows_Unix
文件大小:391KB
下载次数:26
上传日期:2005-01-26 11:24:00
上 传 者dddddd
说明:  FCKEDIT , 非常流行的网页编辑工具,是内容发布不可或缺的代码,其中包含java,asp,php的例子,挺好用的。不知道这个网站上面有没有
(FCKEDIT, very popular website editing tools, content distribution is an indispensable source, which includes java, asp, php example of very good use. Do not know if this site is not above.)

文件列表:
build.xml (16366, 2004-11-03)
docs (0, 2004-11-03)
docs\api (0, 2004-11-03)
docs\api\allclasses-frame.html (1333, 2004-11-03)
docs\api\allclasses-noframe.html (1233, 2004-11-03)
docs\api\com (0, 2004-11-03)
docs\api\com\fredck (0, 2004-11-03)
docs\api\com\fredck\FCKeditor (0, 2004-11-03)
docs\api\com\fredck\FCKeditor\connector (0, 2004-11-03)
docs\api\com\fredck\FCKeditor\connector\ConnectorServlet.html (14444, 2004-11-03)
docs\api\com\fredck\FCKeditor\connector\package-frame.html (985, 2004-11-03)
docs\api\com\fredck\FCKeditor\connector\package-summary.html (7890, 2004-11-03)
docs\api\com\fredck\FCKeditor\connector\package-tree.html (6095, 2004-11-03)
docs\api\com\fredck\FCKeditor\FCKeditor.html (27240, 2004-11-03)
docs\api\com\fredck\FCKeditor\FCKeditorConfigurations.html (11663, 2004-11-03)
docs\api\com\fredck\FCKeditor\package-frame.html (1047, 2004-11-03)
docs\api\com\fredck\FCKeditor\package-summary.html (6636, 2004-11-03)
docs\api\com\fredck\FCKeditor\package-tree.html (5973, 2004-11-03)
docs\api\com\fredck\FCKeditor\tags (0, 2004-11-03)
docs\api\com\fredck\FCKeditor\tags\FCKeditorConfigurationsTag.html (15690, 2004-11-03)
docs\api\com\fredck\FCKeditor\tags\FCKeditorTag.html (26874, 2004-11-03)
docs\api\com\fredck\FCKeditor\tags\package-frame.html (1095, 2004-11-03)
docs\api\com\fredck\FCKeditor\tags\package-summary.html (7359, 2004-11-03)
docs\api\com\fredck\FCKeditor\tags\package-tree.html (6148, 2004-11-03)
docs\api\constant-values.html (4888, 2004-11-03)
docs\api\deprecated-list.html (6364, 2004-11-03)
docs\api\help-doc.html (8291, 2004-11-03)
docs\api\index-all.html (24735, 2004-11-03)
docs\api\index.html (922, 2004-11-03)
docs\api\overview-frame.html (1293, 2004-11-03)
docs\api\overview-summary.html (5689, 2004-11-03)
docs\api\overview-tree.html (6807, 2004-11-03)
docs\api\package-list (81, 2004-11-03)
docs\api\packages.html (696, 2004-11-03)
docs\api\resources (0, 2004-11-03)
docs\api\resources\inherit.gif (57, 2004-11-03)
docs\api\serialized-form.html (9358, 2004-11-03)
docs\api\stylesheet.css (1231, 2004-11-03)
src (0, 2004-11-03)
... ...

------------------------------------------------- FCKEditor 2.0b2 - JSP Integration Pack ver 1.0 b2 ------------------------------------------------- --------------- Contents: --------------- 1 - Preface 2 - Installation 3 - Usage 4 - Building 5 - Future plans 6 - Further information and support 7 - History -------------------- 1 - Preface -------------------- This is the JSP Integration Pack for using FCKeditor inside a java server page without the complexity of using a Java scriptlets or the javascript api. I hope you find it usefull. This package contains also the FCKeditor files, but just the ones needed to run the Java Version (and with the configuration files already set up for java) -------------------- 2 - Installation -------------------- Installing FCKeditor in a JSP environment is quite easy: - Just unzip the downloaded file - Customize the properties inside the build.xml - type "ant install" - point your browser to http://domainName.ext/FCKeditor/_samples/jsp/ for the list of the samples -------------------- 3 - Usage -------------------- Take a look at the test files and in the javadoc api provided in the distribution. Anyway, for the lazy ones, here is a simple example First put this taglib definiton at the top of the JSP page <%@ taglib uri="/WEB-INF/FCKeditor.tld" prefix="FCK" %> then the tag: This is another test.
The "Second" row.
A more advance example, that show how to use the inner tags to overrides any of the settings specified in the config.js file This is some sample text. -------------------- 4 - Building -------------------- Inside the files there is the source files for the tags (/src) and the ant build file (build.xml) The ant build file provides the following tasks: - all: Clean build and dist directories, then compile - clean: Delete old build and dist directories - compile: Compile Java sources - dist: Create binary distribution - javadoc: Create Javadoc API documentation - release: Create Release Distribution Plus some Tomcat managing tasks: - install: Create a web application pointing to the build directory - reload: Recompiles and reload the web application - remove: remove the web application To start building the class you first need to modify the "catalina.home" property inside the build.xml, then type "ant dist" to compile, create the javadoc API description and generate the jar library to be copied in the WEB-INF. Or more easily, type "ant install" after setting the right username and password for the tomcat manager application. -------------------- 5 - Future plans -------------------- * Provide the ability to pass a Map of advanced configuration instead of using the inner tags * Integrate with Struts (so that FCKeditor can retrive and pass informations from Form Beans) -------------------- 6 - Further informations and support -------------------- For further informations refers to http://www.fredck.com/FCKEditor/ For support specific with this JSP integration taglib send an email to simo@users.sourceforge.net -------------------- 7 - History -------------------- 1.0 b2 (FCKEd 2.0b2): - Fixes the following bugs: [ 1058945 ] user-agent parsing exception [ 1032971 ] Browserversion of Mozilla: StringIndexOutOfBoundsException 1.0 b1 (FCKEd 2.0b2): - New stand alone package - Fixes the following bugs: [ 970740 ] ConnectorServlet not working [ 991489 ] getNameWithoutExtension [ 1025909 ] [Firefox 0.9.2] Resource browser works partially - Uploaded files and images are now shown with a absolute path (starting from the root of the site) and not as relatives from the editor directory

近期下载者

相关文件


收藏者