(New page: == Introduction == Before reading this section, please read the [[CKFinder/Developers_Guide/{{{language}}}/Installation|installation]] and [[CKFinder/Developers_Guide/{{{language}}}/Config...) |
(→Introduction) |
||
Line 1: | Line 1: | ||
− | + | {{Integration Introduction Start|language={{{language}}}|ext={{{ext}}}|classext={{{classext}}}}} | |
− | |||
− | |||
− | |||
− | |||
− | |||
The following files are used when either javascript or {{{language}}} method of launching CKFinder is used: | The following files are used when either javascript or {{{language}}} method of launching CKFinder is used: |
Latest revision as of 19:32, 15 December 2008
Introduction
Before reading this section, please read the [[CKFinder_1.x/Developers_Guide/{{{language}}}/Installation|installation]] and [[CKFinder_1.x/Developers_Guide/{{{language}}}/Configuration|configuration]] instructions and make sure that the examples located in the "_samples" directory are working correctly.
The "_samples" directory with examples contains two directories: "js" and "{{{ext}}}".
- The "js" folder stores examples of launching CKFinder using the JavaScript code.
- The "{{{ext}}}" folder stores examples of launching CKFinder 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.{{{classext}}} in case of {{{language}}} integration method.