Opened 12 years ago

Closed 12 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');
}

Change History (1)

comment:1 Changed 12 years ago by Jakub Ś

Resolution: duplicate
Status: newclosed

DUP of #6085.

Thanks for refreshing old ticket as this is very interesting feature.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy