Difference between revisions of "Template:CKFinder 2.x Integration Introduction"

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.

(Minor adjustments and text formatting)
 
Line 1: Line 1:
 
{{CKFinder_2.x Integration Introduction Start|language={{{language}}}|ext={{{ext}}}|classext={{{classext}}}}}
 
{{CKFinder_2.x 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 the JavaScript or the {{{language}}} method of launching CKFinder is used:
  
* ckfinder.js in case of JavaScript integration method,
+
* <code>ckfinder.js</code> in case of the JavaScript integration method,
* ckfinder_v1.js in case of JavaScript V1 integration method (useful when migrating from CKFinder 1.x),
+
* <code>ckfinder_v1.js</code> 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 | |* <code>ckfinder.{{{classext}}}</code> in case of the {{{language}}} integration method. }}

Latest revision as of 11:39, 21 November 2011

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 the JavaScript or the {{{language}}} method of launching CKFinder is used:

  • ckfinder.js in case of the 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 the {{{language}}} integration method.
This page was last edited on 21 November 2011, at 11:39.