Home / JASFinder-v1.0
Name Modified Size InfoDownloads / Week
Parent folder
JASFinder-1.0.zip 2011-02-06 905.4 kB
ReadMe.txt 2011-02-06 1.6 kB
JASFinder-1.0.tar 2011-02-06 1.4 MB
JASFinder-1.0.tgz 2011-02-06 827.5 kB
JASFinder-1.0.md5 2011-02-06 156 Bytes
Totals: 5 Items   3.1 MB 0
Most tested with CKEditor 3.2.1 (revision 5372).
If you have trouble with compatability, the version this was tested against is in the SVN on sourceforge.

https://sourceforge.net/projects/jasfinder/




Installation and Setup
----------------------

(1) Copy your favourite version of CKEditor or FCKEditor to your webspace.

(2) Copy the JASFinder dist to your webspace.

(3) Choose a connector from the connectors dir, or set up JASFinder-java and deploy it in your container.

(4a) For CKEditor add the following javascript on the page to have the editor, or somewhere else where you can configure CKEditor:

	CKEDITOR.editorConfig = function( config )
	{
		config.filebrowserBrowseUrl = '${www.url}/JASFinder/index.html';
	};
	
where ${www.url}/JASFinder is the URL to the JASFinder dist dir.

(4b) For FCKEditor put the following in your fckconfig.js:

	FCKConfig.LinkBrowserURL = '${www.url}/JASFinder/index.html';
				FCKConfig.ImageBrowserURL = FCKConfig.LinkBrowserURL;
				FCKConfig.FlashBrowserURL = FCKConfig.LinkBrowserURL;
				FCKConfig.LinkUpload = false;
				FCKConfig.ImageUpload = false;
				FCKConfig.FlashUpload = false;

where ${www.url}/JASFinder is the URL to the JASFinder dist dir.

(5) Copy ${www.url}/JASFinder/scripts/filemanager.config.js.default to ${www.url}/JASFinder/scripts/filemanager.config.js

(6) Update filemanager.config.js with the settings you want making sure the correct connector is pointed to.


The connectors are the old FCK ones. At the time of writing the documentation for this code appears to
have been removed from the web by the author.
Source: ReadMe.txt, updated 2011-02-06