Opened 13 years ago
Closed 13 years ago
#9350 closed New Feature (duplicate)
Allow functions in file browser urls
| Reported by: | AlexW | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | General | Version: | 4.0 Beta |
| Keywords: | Cc: |
Description
Instead of being restricted to using a popup it would be good to allow the use of functions.
e.g.
CKEDITOR.config.filebrowserBrowseUrl = function(funcNum) {
//File find code here,
CKEDITOR.tools.callFunction(funcNum, 'myfile');
}

DUP of #6085.
Thanks for refreshing old ticket as this is very interesting feature.