(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 19:15, 14 May 2010 (diff | hist) . . (+192) . . N CKFinder 2.x/Developers Guide/ASP/Configuration/Security/Html extensions (Created page with '{{Ckfinder html extension Description_2.x|code=<pre>CKFinder_Config.Add "HtmlExtensions", "html,htm,xml,js"</pre>|code2=<pre>CKFinder_Config.Add "HtmlExtensions", "html,htm,xml,j…')
- 19:14, 14 May 2010 (diff | hist) . . (+387) . . N Template:Ckfinder 2.x Image upload Description (Created page with 'Sometimes a user can try to upload a file which isn't an image file but appears as if it would be a one. Example: You have a text file called document.jpeg and you try to upload …')
- 19:14, 14 May 2010 (diff | hist) . . (+104) . . N CKFinder 2.x/Developers Guide/ASP/Configuration/Security/Image uploads (Created page with '{{Ckfinder Image upload Description_2.x|code=<pre>CKFinder_Config.Add "SecureImageUploads", true</pre>}}')
- 19:13, 14 May 2010 (diff | hist) . . (+712) . . N Template:Ckfinder 2.x Double extensions Description (Created page with 'Due to security issues with Apache modules, it is recommended to leave the following setting enabled: {{{code}}} How does it work? Suppose the following: If "php" is on the deni…')
- 19:12, 14 May 2010 (diff | hist) . . (+111) . . N CKFinder 2.x/Developers Guide/ASP/Configuration/Security/Double file extensions (Created page with '{{Ckfinder Double extensions Description_2.x|code=<pre>CKFinder_Config.Add "CheckDoubleExtension", True</pre>}}')
- 19:12, 14 May 2010 (diff | hist) . . (+398) . . N CKFinder 2.x/Developers Guide/ASP/Configuration/Security (Created page with 'Due to improve security issues on your server please follow the information written in sections below: * [[CKFinder_2.x/Developers Guide/ASP/Configuration/Security/Double file e…') (current)
- 19:00, 14 May 2010 (diff | hist) . . (+4,618) . . N Template:CKFinder 2.x CKEditor Integration (Created page with 'CKFinder 1.4 comes with built it APIs to easily integrate it with CKEditor. == CKFinder.SetupCKEditor == The '''SetupCKEditor()''' method accepts four arguments: CKFinder.Set…')
- 19:00, 14 May 2010 (diff | hist) . . (+45) . . N CKFinder 2.x/Developers Guide/ASP/CKEditor Integration (Created page with '{{CKFinder CKEditor Integration_2.x|ext=asp}}')
- 18:59, 14 May 2010 (diff | hist) . . (+943) . . N Template:CKFinder 2.x FCKeditor Integration (Created page with 'CKFinder comes with built it APIs to easily integrate it with FCKeditor. Check the "_samples" folder for specific examples of it. To instead configure FCKeditor manually to use …')
- 18:58, 14 May 2010 (diff | hist) . . (+46) . . N CKFinder 2.x/Developers Guide/ASP/FCKeditor Integration (Created page with '{{CKFinder FCKeditor Integration_2.x|ext=asp}}')
- 18:57, 14 May 2010 (diff | hist) . . (+2,887) . . N CKFinder 2.x Template:Integration Properties (Created page with '== Properties == To use CKFinder, both integration methods can be used. Regardless of chosen method, the following properties are available in the CKFinder object in both cases…')
- 18:56, 14 May 2010 (diff | hist) . . (+1,466) . . N Template:CKFinder 2.x Integration Javascript (Created page with '==== JavaScript integration ==== Integration using javascript code is a bit more powerful. The javascript integration file provides also a '''Popup''' method, which can be used …')
- 18:56, 14 May 2010 (diff | hist) . . (+260) . . N Template:CKFinder 2.x Integration Javascript Example (Created page with 'The example of creating CKFinder using a javascript object: <source> <script type="text/javascript"> var finder = new CKFinder() ; finder.BasePath = '/ckfinder/' ; finder.Startup…')
- 18:55, 14 May 2010 (diff | hist) . . (+617) . . N Template:CKFinder 2.x Integration Introduction Start (Created page with '== Introduction == Before reading this section, please read the [[CKFinder_2.x/Developers_Guide/{{{language}}}/Installation|installation]] and [[CKFinder_2.x/Developers_Guide/{{{…')
- 18:55, 14 May 2010 (diff | hist) . . (+338) . . N Template:CKFinder 2.x Integration Introduction (Created page with '{{Integration Introduction Start_2.x|language={{{language}}}|ext={{{ext}}}|classext={{{classext}}}}} The following files are used when either javascript or {{{language}}} method…')
- 18:54, 14 May 2010 (diff | hist) . . (+753) . . N CKFinder 2.x/Developers Guide/ASP/Integration (Created page with '{{Integration Introduction_2.x|language=ASP|ext=asp|classext=asp}} === Examples === To start the CKFinder, basically we need to do three things: * Create an instance of the CKFi…')
- 18:53, 14 May 2010 (diff | hist) . . (+2,391) . . N CKFinder 2.x/Developers Guide (Created page with '== CKFinder for ASP == * System Requirements * Installation * [[CKFi…')
- 18:51, 14 May 2010 (diff | hist) . . (+1,194) . . N CKFinder 2.x/Developers Guide/ASP/Configuration (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…')
- 18:50, 14 May 2010 (diff | hist) . . (+1,035) . . N CKFinder 2.x/Developers Guide/ASP/Installation (Created page with '== Installation Instructions == # Copy the distribution files to your web server inside the "/ckfinder/" folder or any other folder in your web site. # Create a folder in the se…')
- 18:49, 14 May 2010 (diff | hist) . . (+576) . . N Template:Ckfinder 2.x Requirements Description (Created page with '== Browsers == CKFinder is compatible with the following browsers, with their default settings: * Internet Explorer 6.0+ * Firefox 2.0+ * Safari 3.0+ * Google Chrome * Opera 9.…')
- 18:48, 14 May 2010 (diff | hist) . . (+4) . . CKFinder 2.x/Developers Guide/ASP/System Requirements
- 18:47, 14 May 2010 (diff | hist) . . (+922) . . N CKFinder 2.x/Developers Guide/ASP/System Requirements (Created page with '{{Ckfinder Requirements Description}} == Server == CKFinder for ASP is designed to run in '''IIS versions 5 and 6''', with no need of any extra component for its basic function…')
- 18:44, 14 May 2010 (diff | hist) . . (+1,590) . . N CKFinder 2.x/Server Side Integration (Created page with '{{CKFinder_SSI_Warning}} CKFinder is an Ajax application where the front end is completely written in JavaScript, which communicates to the server through XML messages. In…')
- 18:43, 14 May 2010 (diff | hist) . . (+3,187) . . N CKFinder 2.x/Localization (Created page with 'CKFinder is fully localizable considering specific language cultural aspects, like date formatting. == Automatic Language Detection == By default, CKFinder will try to detect t…')
- 18:43, 14 May 2010 (diff | hist) . . (+973) . . N CKFinder 2.x/Users Guide (Created page with '== Table of Contents == * Welcome * CKFinder Interface ** [[CKFinder_2.x/Users Guide/CKFind…')
- 18:42, 14 May 2010 (diff | hist) . . (+443) . . N CKFinder 2.x/Developers Guide/PHP (Created page with '* System Requirements * Installation * [[CKFinder_2.x/Developers Guid…')
- 18:42, 14 May 2010 (diff | hist) . . (+485) . . N CKFinder 2.x/Developers Guide/ColdFusion (Created page with '* System Requirements * Installation * [[CKFinder_2.x/D…')
- 18:41, 14 May 2010 (diff | hist) . . (+543) . . N CKFinder 2.x/Developers Guide/ASP.NET (Created page with '* System Requirements * Installation * [[CKFinder_2.x/Develop…')
- 18:40, 14 May 2010 (diff | hist) . . (+443) . . N CKFinder 2.x/Developers Guide/ASP (Created page with '* System Requirements * Installation * [[CKFinder_2.x/Developers Guid…')
- 18:40, 14 May 2010 (diff | hist) . . (+816) . . N CKFinder 2.x (Created page with '__NOTOC__CKFinder is an advanced web file manager. Click here to visit the official website: [http://ckfinder.com CKFinder]. == Developers's Guide == * [[CKFinder_2.x/Developer…')
- 08:35, 13 May 2010 (diff | hist) . . (-8,810) . . CKFinder 1.x/Developers Guide/CKFinder License (Replaced content with '== CKFinder License __NOTOC__<br> == Please visit the [http://ckfinder.com/license CKFinder web site] to read the license.')
- 08:29, 13 May 2010 (diff | hist) . . (-17) . . CKFinder 1.x
- 11:48, 23 April 2010 (diff | hist) . . (+218) . . Template:Integration Properties (Added ResourceType description)
- 08:05, 2 April 2010 (diff | hist) . . (+11) . . CKEditor 3.x/Developers Guide/Toolbar (→Toolbar definition)
- 17:04, 29 March 2010 (diff | hist) . . (+3) . . FCKeditor 2.x/Developers Guide/Configuration/Configuration Options/FillEmptyBlocks (current)
- 11:02, 5 March 2010 (diff | hist) . . (+131) . . CKFinder 1.x/Server Side Integration/The Commands/Init
- 09:07, 22 January 2010 (diff | hist) . . (0) . . Template:CKFinder CKEditor Integration
- 09:05, 22 January 2010 (diff | hist) . . (0) . . CKFinder 1.x/Developers Guide/PHP/CKEditor Integration (→Manual integration)
- 12:05, 20 January 2010 (diff | hist) . . (+2) . . Template:CKFinder CKEditor Integration (→Specifying different folder for Quick Uploads)
- 12:03, 20 January 2010 (diff | hist) . . (+1,214) . . Template:CKFinder CKEditor Integration
- 13:14, 18 January 2010 (diff | hist) . . (-1) . . CKFinder 1.x/Developers Guide/PHP/Configuration/Resource Types/New
- 13:13, 18 January 2010 (diff | hist) . . (-40) . . CKFinder 1.x/Developers Guide/PHP/Configuration/Resource Types/Built-in
- 13:12, 18 January 2010 (diff | hist) . . (+8) . . CKFinder 1.x/Developers Guide/PHP/Configuration/Images/Scaling
- 13:12, 18 January 2010 (diff | hist) . . (-7) . . CKFinder 1.x/Developers Guide/PHP/Configuration/Images/Thumbnails
- 13:11, 18 January 2010 (diff | hist) . . (-7) . . CKFinder 1.x/Developers Guide/PHP/Configuration/Access Control
- 13:07, 18 January 2010 (diff | hist) . . (-102) . . CKFinder 1.x/Developers Guide/PHP/Configuration/Quick Start
- 13:04, 18 January 2010 (diff | hist) . . (-333) . . CKFinder 1.x/CKFinder for PHP (Redirected page to CKFinder/Developers Guide/PHP)
- 13:04, 18 January 2010 (diff | hist) . . (-301) . . CKFinder 1.x/CKFinder for ColdFusion (Redirected page to CKFinder/Developers Guide/ColdFusion)
- 13:04, 18 January 2010 (diff | hist) . . (-289) . . CKFinder 1.x/CKFinder for ASP.NET (Redirected page to CKFinder/Developers Guide/ASP.NET)
- 13:03, 18 January 2010 (diff | hist) . . (-273) . . CKFinder 1.x/CKFinder for ASP (Redirected page to CKFinder/Developers Guide/ASP)
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)