Line 5: | Line 5: | ||
* ckfinder.js in case of JavaScript integration method, | * ckfinder.js in case of JavaScript integration method, | ||
* ckfinder_v1.js in case of JavaScript V1 integration method (useful when migrating from CKFinder 1.x), | * ckfinder_v1.js in case of JavaScript V1 integration method (useful when migrating from CKFinder 1.x), | ||
− | + | {{#ifeq: {{{language}}} | ASP.NET | |* ckfinder.{{{classext}}} in case of {{{language}}} integration method. }} | |
− | {{#ifeq: {{{language}}} | ASP.NET | | * ckfinder.{{{classext}}} in case of {{{language}}} integration method. }} |
Revision as of 09:01, 18 May 2010
Introduction
Before reading this section, please read the [[CKFinder_2.x/Developers_Guide/{{{language}}}/Installation|installation]] and [[CKFinder_2.x/Developers_Guide/{{{language}}}/Configuration|configuration]] instructions and make sure that the examples located in the _samples
directory are working correctly.
The _samples
directory contains HTML files with examples of launching CKFinder by using the JavaScript code as well as a {{{ext}}}
folder with examples of launching CKFinder by using the {{{language}}} language.
The following files are used when either javascript or {{{language}}} method of launching CKFinder is used:
- ckfinder.js in case of JavaScript integration method,
- ckfinder_v1.js in case of JavaScript V1 integration method (useful when migrating from CKFinder 1.x),
- ckfinder.{{{classext}}} in case of {{{language}}} integration method.