Opened 18 years ago
Last modified 9 years ago
#495 confirmed New Feature
custom file browser function as a setting
Reported by: | ufku | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
Currently fckeditor allows custom file browser(f.b.) depending on the setting "(Image|File..)BrowserURL". This does not allow us to control how the custom f.b. shows up. It always opens as a pop-up window. What if one wants to use a f.b. that uses a floating div instead of a pop-up. or what if one wants to respond to the opening of the f.b. window.
In tinymce there is the "file_browser_callback" setting that is used to specify the function running when f.b. button is clicked. This allows a complete customization on how f.b. opens and functions. It would be really useful to implement a similar thing and overwrite the default f.b. opening function.
thanks.
Change History (7)
comment:1 Changed 18 years ago by
Milestone: | FCKeditor 2.4.3 |
---|
comment:2 Changed 17 years ago by
Keywords: | Confirmed added |
---|
comment:3 Changed 13 years ago by
comment:4 Changed 13 years ago by
Keywords: | CKFinder added |
---|
comment:5 Changed 13 years ago by
Keywords: | CKFinder removed |
---|
This is a generic File Browser integration ticket.
comment:6 Changed 9 years ago by
hey all
what about this feature request.. to have file browser in a dialog instead of a popup window.
popup win can/will be blocked from any browser/user.. and popups are out of date..
thanks for reply thomi
comment:7 Changed 9 years ago by
Just for a future reference - here's an example how one may implemnt it using dialogShow event posted at gist.
#6851 was marked as duplicate
In that ticket user has suggested the FileBowser might be also open in modal dialog.