(Template contents proof-read and formatted) |
m (Minor correction) |
||
| Line 1: | Line 1: | ||
__TOC__ | __TOC__ | ||
{{#CUSTOMTITLE:Using CKFinder Plugins}} | {{#CUSTOMTITLE:Using CKFinder Plugins}} | ||
| − | CKFinder is a plugin-based application and as such can be extended relatively easily. | + | CKFinder is a plugin-based application and as such it can be extended relatively easily. |
== Enabling JavaScript Plugins == | == Enabling JavaScript Plugins == | ||
Latest revision as of 12:19, 21 April 2011
Contents
CKFinder is a plugin-based application and as such it can be extended relatively easily.
Enabling JavaScript Plugins
To add a plugin to CKFinder, upload it to the plugins folder and enable it by using the extraPlugins configuration option in the config.js file:
CKFinder.customConfig = function( config )
{
config.extraPlugins = 'dummy';
};