Configuration"

This website contains links to software which is either no longer maintained or will be supported only until the end of 2019 (CKFinder 2). For the latest documentation about current CKSource projects, including software like CKEditor 4/CKEditor 5, CKFinder 3, Cloud Services, Letters, Accessibility Checker, please visit the new documentation website.

If you look for an information about very old versions of CKEditor, FCKeditor and CKFinder check also the CKEditor forum, which was closed in 2015. If not, please head to StackOverflow for support.

(Created page with 'CKFinder configuration in the ASP language is based on editing the '''config.asp''' file. To learn more go throughout the following sections: * [[CKFinder_2.x/Developers Guide/A…')
 
Line 1: Line 1:
 
CKFinder configuration in the ASP language is based on editing the '''config.asp''' file. To learn more go throughout the following sections:
 
CKFinder configuration in the ASP language is based on editing the '''config.asp''' file. To learn more go throughout the following sections:
  
* [[CKFinder_2.x/Developers Guide/ASP/Configuration/Quick Start|Quick Start]]
+
* [[/Quick Start|Quick Start]]
* [[CKFinder_2.x/Developers Guide/ASP/Configuration/Access Control|Access Control]]
+
* [[/Access Control|Access Control]]
* [[CKFinder_2.x/Developers Guide/ASP/Configuration/Images|Images]]
+
* [[/Images|Images]]  
** [[CKFinder_2.x/Developers Guide/ASP/Configuration/Images/Thumbnails|Thumbnails]]
+
* [[/Resource Types|Resource Types]]  
** [[CKFinder_2.x/Developers Guide/ASP/Configuration/Images/Scaling|Scaling]]
+
** [[/Resource Types/Built-in|Built-in resource types]]
* [[CKFinder_2.x/Developers Guide/ASP/Configuration/Resource Types|Resource Types]]  
+
** [[/Resource Types/New|Adding new resource types]]
** [[CKFinder_2.x/Developers Guide/ASP/Configuration/Resource Types/Built-in|Built-in resource types]]
+
* [[/Security|Security]]  
** [[CKFinder_2.x/Developers Guide/ASP/Configuration/Resource Types/New|Adding new resource types]]
+
** [[/Security/Double file extensions|Double file extensions]]
* [[CKFinder_2.x/Developers Guide/ASP/Configuration/Security|Security]]  
+
** [[/Security/Image uploads|Image Uploads]]
** [[CKFinder_2.x/Developers Guide/ASP/Configuration/Security/Double file extensions|Double file extensions]]
+
** [[/Security/Html extensions|Html extensions]]
** [[CKFinder_2.x/Developers Guide/ASP/Configuration/Security/Image uploads|Image Uploads]]
 
** [[CKFinder_2.x/Developers Guide/ASP/Configuration/Security/Html extensions|Html extensions]]
 

Revision as of 13:17, 18 May 2010

CKFinder configuration in the ASP language is based on editing the config.asp file. To learn more go throughout the following sections: