Hi,
Well, I like the upload/browsing options the CKFinder can offer for images. The RESIZE images on the server is also very nice.
But does ImageBrowser plugin does the same ?
There is not a lot of details about it... only one screenshot and it does not says what the "Advanced" tab offers.
Any feedback can be interesting ;-)
Regards,
Martin
Tue, 04/02/2013 - 22:31
#1
CKEditor Picture Web browser
CKEditor Picture Web browser plugin
imagebrowser is a CKEditor plug-in that allows pictures on the hosting server to be searched and selected for addition into the editor's material.
This plug-in combines with the picture plug-in (part of CKEditor), by making it offer a Surf Server key in the Picture discussion screen (screenshot here).
The way you use it is very just like imageGetJson in Redactor - you only need to offer a record of pictures in a JSON structure, and the picture browser will manage the relax.
In reality, it uses the same information structure as Redactor, enabling for an simple conversion between the two publishers.
Installation
Copy the whole contents of this repository into a new plugins/imagebrowser directory in your CKEditor install.
Usage
Enable the plugin by adding it to extraPlugins and specify the imageBrowser_listUrl parameter:
The imageBrowser_listUrl configuration parameter points to a URL that lists the server's images in a JSON format.
Example:
The above says that there are 2 image directories ("Small" and "Large") with 2 files in each of them.
The thumb field specifies the relative/absolute path to the image's thumbnail (for preview purposes).
The image field is the relative/absolute path being used when the image gets put into the editor's contents.
The folder field is optional. If omitted, the image list will not be split into categories.
more details
Hi, well you just copied/pasted the page that was already available on the site and I was refering to it saying there no info of what are the advanced options....
Screenshot of the other tabs would be more helpful.
Also, why do we need to create a json file, isn't updated automatically when we upload/delete or edit images ?
Thanks