(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 10:47, 25 May 2010 (diff | hist) . . (+9,432) . . N CKFinder 2.x/Developers Guide/ASP.NET/Plugins/Writing ASP.NET (Created page with '{{CKFinder 2.x Writing Plugins Introduction}} == Creating a plugin == ==== Step1: Create plugin folder ==== Create a directory for your plugin inside of the "plugins" directory…')
- 10:32, 25 May 2010 (diff | hist) . . (+23) . . CKFinder 2.x/Developers Guide/PHP/Plugins/Writing PHP
- 10:31, 25 May 2010 (diff | hist) . . (+22) . . Template:CKFinder 2.x myplugin code (current)
- 10:24, 25 May 2010 (diff | hist) . . (+16) . . CKFinder 2.x/Developers Guide/ColdFusion/Plugins/Writing ColdFusion/InitCommand (current)
- 10:23, 25 May 2010 (diff | hist) . . (+13) . . CKFinder 2.x/Developers Guide/ColdFusion/Plugins/Writing ColdFusion/BeforeExecuteCommand (current)
- 10:23, 25 May 2010 (diff | hist) . . (+50) . . CKFinder 2.x/Developers Guide/ColdFusion/Plugins/Writing ColdFusion/AfterFileUpload (current)
- 10:21, 25 May 2010 (diff | hist) . . (+252) . . N CKFinder 2.x/Developers Guide/ColdFusion/Plugins/Writing ColdFusion/BeforeExecuteCommand (Created page with '{{#CUSTOMTITLE:Hooks: BeforeExecuteCommand}} The BeforeExecuteCommand event handler should accept one argument: <pre> function onBeforeExecuteCommand( &$command ) </pre> ==== S…')
- 10:21, 25 May 2010 (diff | hist) . . (+211) . . N CKFinder 2.x/Developers Guide/ColdFusion/Plugins/Writing ColdFusion/InitCommand (Created page with '{{#CUSTOMTITLE:Hooks: InitCommand}} The InitCommand event handler should accept one argument: <pre> function onInitCommand( &$connectorNode ) </pre> ==== Since ==== 2.0. ==== …')
- 10:21, 25 May 2010 (diff | hist) . . (+246) . . N CKFinder 2.x/Developers Guide/ColdFusion/Plugins/Writing ColdFusion/AfterFileUpload (Created page with '{{#CUSTOMTITLE:Hooks: AfterFileUpload}} The AfterFileUpload event handler should accept tree arguments: <pre> function onAfterFileUpload($currentFolder, $uploadedFile, $filePath…')
- 10:17, 25 May 2010 (diff | hist) . . (-3) . . CKFinder 2.x/Developers Guide/ColdFusion/Plugins/Writing ColdFusion (→FileSize.cfc)
- 10:15, 25 May 2010 (diff | hist) . . (0) . . CKFinder 2.x/Developers Guide/ColdFusion/Plugins/Writing ColdFusion (→FileSize.cfc)
- 10:15, 25 May 2010 (diff | hist) . . (-17) . . CKFinder 2.x/Developers Guide/ColdFusion/Plugins/Writing ColdFusion
- 10:14, 25 May 2010 (diff | hist) . . (+38) . . CKFinder 2.x/Developers Guide/ColdFusion/Plugins/Writing ColdFusion
- 10:12, 25 May 2010 (diff | hist) . . (+15) . . CKFinder 2.x/Developers Guide/ColdFusion/Plugins/Writing ColdFusion
- 10:10, 25 May 2010 (diff | hist) . . (-620) . . CKFinder 2.x/Developers Guide/ColdFusion/Plugins/Writing ColdFusion
- 10:07, 25 May 2010 (diff | hist) . . (+440) . . CKFinder 2.x/Developers Guide/ColdFusion/Plugins/Writing ColdFusion
- 09:56, 25 May 2010 (diff | hist) . . (+484) . . CKFinder 2.x/Developers Guide/ColdFusion/Plugins/Writing ColdFusion
- 09:46, 25 May 2010 (diff | hist) . . (+10) . . CKFinder 2.x/Developers Guide/ColdFusion/Plugins/Writing ColdFusion
- 09:44, 25 May 2010 (diff | hist) . . (+70) . . CKFinder 2.x/Developers Guide/ColdFusion/Plugins/Writing ColdFusion
- 09:37, 25 May 2010 (diff | hist) . . (-14) . . CKFinder 2.x/Developers Guide/ColdFusion/Plugins/Writing ColdFusion
- 09:34, 25 May 2010 (diff | hist) . . (-14) . . Template:CKFinder 2.x Sample Plugin Introduction (current)
- 09:34, 25 May 2010 (diff | hist) . . (+15) . . Template:CKFinder 2.x Sample Plugin Introduction
- 09:33, 25 May 2010 (diff | hist) . . (-19) . . Template:CKFinder 2.x Sample Plugin Introduction
- 09:32, 25 May 2010 (diff | hist) . . (+6) . . Template:CKFinder 2.x Sample Plugin Introduction
- 09:14, 25 May 2010 (diff | hist) . . (+12) . . Template:CKFinder 2.x Sample Plugin Introduction
- 09:13, 25 May 2010 (diff | hist) . . (-1,225) . . CKFinder 2.x/Developers Guide/PHP/Plugins/Writing PHP
- 09:12, 25 May 2010 (diff | hist) . . (+1,276) . . N Template:CKFinder 2.x Sample Plugin Introduction (Created page with '== Sample plugin: FileSize (adding new server side command - complete example) == ==== Introduction ==== Probably the best way to learn new things is to write a code, so let's wr…')
- 09:12, 25 May 2010 (diff | hist) . . (-1,225) . . CKFinder 2.x/Developers Guide/ColdFusion/Plugins/Writing ColdFusion
- 09:10, 25 May 2010 (diff | hist) . . (-475) . . CKFinder 2.x/Developers Guide/PHP/Plugins/Writing PHP
- 09:09, 25 May 2010 (diff | hist) . . (+503) . . N Template:CKFinder 2.x hooks table (Created page with '<table border="1"> <tr> <th style="width:150px">Hook</th> <th>Since</th> <th>Description</th> </tr> <tr> <td>AfterFileUpload</td> <td>2.0</td> <td>Executed a…')
- 09:09, 25 May 2010 (diff | hist) . . (-475) . . CKFinder 2.x/Developers Guide/ColdFusion/Plugins/Writing ColdFusion
- 09:07, 25 May 2010 (diff | hist) . . (-593) . . CKFinder 2.x/Developers Guide/ColdFusion/Plugins/Writing ColdFusion
- 09:07, 25 May 2010 (diff | hist) . . (+626) . . N Template:CKFinder 2.x myplugin code (Created page with '.. and the client side (JavaScript) plugin that will call the FileSize command: (save the code as '''plugin.js''' in "plugins/myplugin" folder) <source> CKFinder.addPlugin( 'mypl…')
- 09:07, 25 May 2010 (diff | hist) . . (-596) . . CKFinder 2.x/Developers Guide/PHP/Plugins/Writing PHP
- 09:05, 25 May 2010 (diff | hist) . . (+4) . . CKFinder 2.x/Developers Guide/PHP/Plugins/Writing PHP (→Full source code)
- 08:18, 25 May 2010 (diff | hist) . . (-9) . . CKFinder 2.x/Developers Guide/PHP/Plugins/Writing PHP (→Sample plugin: FileSize (adding new server side command - complete example))
- 08:17, 25 May 2010 (diff | hist) . . (-9) . . CKFinder 2.x/Developers Guide/ColdFusion/Plugins/Writing ColdFusion (→Sample plugin: FileSize (adding new server side command - complete example))
- 08:15, 25 May 2010 (diff | hist) . . (+52) . . CKFinder 2.x/Developers Guide/ColdFusion/Plugins/Writing ColdFusion
- 08:14, 25 May 2010 (diff | hist) . . (-1) . . CKFinder 2.x/Developers Guide/ColdFusion/Plugins/Writing ColdFusion
- 08:13, 25 May 2010 (diff | hist) . . (+74) . . CKFinder 2.x/Developers Guide/ColdFusion/Plugins/Writing ColdFusion
- 08:08, 25 May 2010 (diff | hist) . . (-135) . . CKFinder 2.x/Developers Guide/ColdFusion/Plugins/Writing ColdFusion
- 07:58, 25 May 2010 (diff | hist) . . (-4) . . CKFinder 2.x/Developers Guide/ColdFusion/Plugins/Writing ColdFusion
- 07:48, 25 May 2010 (diff | hist) . . (+11,806) . . N CKFinder 2.x/Developers Guide/ColdFusion/Plugins/Writing ColdFusion (Created page with ''''Note: the instruction below is valid only for ColdFusion 8 and later.''' {{CKFinder 2.x Writing Plugins Introduction}} == Creating a plugin == ==== Step1: Create plugin fold…')
- 07:43, 25 May 2010 (diff | hist) . . (+645) . . N Template:CKFinder 2.x Writing Plugins Introduction (Created page with 'CKFinder functionality can be extended with server side plugins. Althought the full source code of CKFinder server connector is available and it can be changed in any way, a much…')
- 07:43, 25 May 2010 (diff | hist) . . (-601) . . CKFinder 2.x/Developers Guide/PHP/Plugins/Writing PHP
- 16:32, 24 May 2010 (diff | hist) . . (-1) . . CKFinder 2.x/Developers Guide/ASP
- 16:32, 24 May 2010 (diff | hist) . . (-1) . . CKFinder 2.x/Developers Guide/PHP
- 16:32, 24 May 2010 (diff | hist) . . (+45) . . CKFinder 2.x/Developers Guide/ASP.NET
- 16:31, 24 May 2010 (diff | hist) . . (+48) . . CKFinder 2.x/Developers Guide/ColdFusion
- 16:31, 24 May 2010 (diff | hist) . . (-1) . . CKFinder 2.x
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)