Opened 17 years ago
Closed 13 years ago
#2873 closed New Feature (wontfix)
Server side integration - File Browser
| Reported by: | Wiktor Walc | Owned by: | Wiktor Walc |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | File Browser | Version: | |
| Keywords: | Discussion | Cc: |
Description
Port the file browser from V2.
Attachments (3)
Change History (10)
comment:1 Changed 17 years ago by
| Owner: | set to Wiktor Walc |
|---|
Changed 17 years ago by
| Attachment: | 2873.patch added |
|---|
Changed 17 years ago by
| Attachment: | 2873_images.zip added |
|---|
Changed 17 years ago by
| Attachment: | 2873_test_plugin.zip added |
|---|
comment:2 Changed 17 years ago by
comment:3 Changed 17 years ago by
| Keywords: | Review? added |
|---|
comment:4 Changed 17 years ago by
| Milestone: | CKEditor 3.0 → CKEditor 3.x |
|---|
comment:6 Changed 16 years ago by
| Keywords: | Discussion added; Confirmed Review? removed |
|---|---|
| Milestone: | CKEditor 3.x |
At this time, we're not likely to have the file browser in CKEditor.
comment:7 Changed 13 years ago by
| Resolution: | → wontfix |
|---|---|
| Status: | new → closed |

In the 2873_test_plugin.zip file there is a dummy plugin just to help in testing the filebrowser plugin, it will a blank button to the toolbar (...).
Files from 2873_images.zip should be copied into _source\plugins\filebrowser directory.
Some probably ugly things:
For a better understanding of this plugin the filebrowsertest plugin may come in handy.
It is possible to use the external file browser either by setting these variables:
or by setting the filebrowser.url attribute for a specific UI element:
filebrowser : { action : 'Browse', url : '/ckfinder/ckfinder.html?action=js&func=SetUrl&thumbFunc=SetUrl&type=Images', updateOnSelect : ['tab1', 'id10'] } filebrowser : { action : 'QuickUpload', url : '/ckfinder/core/connector/php/connector.php?command=QuickUpload&type=Files', updateOnUpload : ['tab1', 'id10'] },Because there is a possibility that someone might want to use two or more different file browsers at the same time in CKEditor, the filebrowser plugin will attach itself automatically only to the elements with the following IDs: 'browse', 'uploadButton', 'url'.