(Article contents added, as copied from CKFinder/PHP) |
(Formatting added) |
||
Line 1: | Line 1: | ||
== Server Side Configuration == | == Server Side Configuration == | ||
− | CKFinder configuration in Java is based on editing the '''config.xml''' file. To learn more refer to the following sections: | + | CKFinder configuration in Java is based on editing the '''<code>config.xml</code>''' file. To learn more refer to the following sections: |
* [[/Quick Start|Quick Start]] | * [[/Quick Start|Quick Start]] |
Revision as of 15:14, 28 March 2011
Server Side Configuration
CKFinder configuration in Java is based on editing the config.xml
file. To learn more refer to the following sections:
JavaScript Configuration
CKFinder configuration in JavaScript is based on editing the config.js
file.
Unlike the Java configuration, it is more focused on the interface.
Below you will find some most commonly used configuration settings:
For the list of all available configuration options refer to the CKFinder API documentation.
Example
Below you can find a sample config.js
file.
CKFinder.customConfig = function( config ) { config.skin = 'v1'; config.language = 'fr'; };