Changes between Initial Version and Version 1 of Ticket #13895
- Timestamp:
- Mar 7, 2016, 10:22:30 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13895 – Description
initial v1 1 this is what I did to plugins/filebrowse/plugin.js 2 function browseServer() { 1 this is what I did to PPPplugins/filebrowse/plugin.js}}} 2 3 {{{ function browseServer() { 3 4 //mappro modification 4 5 if (typeof editor.mappro === 'object'){ … … 9 10 } 10 11 } 12 }}} 11 13 -------------------------------------------------- 12 var editor = $('.desc').ckeditor().editor; 13 editor.mappro = mappro; 14 {{{ 15 var editor = $('.desc').ckeditor().editor; 16 editor.mappro = mappro; 17 }}} 14 18 -------------------------------------------------- 15 19 I will be using this in my Wordpress plugin IBS Mappro. I am also working on an upload too. 16 20 17 21 I would like the hook integrated more robustly though; 22 {{{ 18 23 if(typeof editor.userHookBrowser === 'object'){ 19 24 20 25 new editor.userHookBrowser.dialog(editor.userHookBowser.options, params.CKEditorFuncNum) 26 }}}