Line 12: | Line 12: | ||
** [[/Security/Image uploads|Image Uploads]] | ** [[/Security/Image uploads|Image Uploads]] | ||
** [[/Security/Html extensions|Html extensions]] | ** [[/Security/Html extensions|Html extensions]] | ||
+ | |||
+ | {{CKFinder_2.x JavaScript Configuration|language=PHP}} |
Revision as of 12:25, 18 May 2010
CKFinder configuration in ColdFusion is based on editing the config.cfm file. To learn more go throughout the following sections:
JavaScript Configuration
CKFinder configuration in JavaScript is based on editing the config.js
file.
Unlike the PHP 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'; };