Changes between Initial Version and Version 1 of Ticket #13895


Ignore:
Timestamp:
Mar 7, 2016, 10:22:30 AM (8 years ago)
Author:
Jakub Ś
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13895 – Description

    initial v1  
    1 this is what I did to plugins/filebrowse/plugin.js
    2  function browseServer() {             
     1this is what I did to PPPplugins/filebrowse/plugin.js}}}
     2
     3{{{ function browseServer() {             
    34     //mappro modification
    45     if (typeof editor.mappro === 'object'){
     
    910     }
    1011}
     12}}}
    1113--------------------------------------------------
    12       var editor = $('.desc').ckeditor().editor;
    13       editor.mappro = mappro;
     14{{{     
     15 var editor = $('.desc').ckeditor().editor;
     16 editor.mappro = mappro;
     17}}}
    1418--------------------------------------------------
    1519I will be using this in my Wordpress plugin IBS Mappro. I am also working on an upload too.
    1620
    1721I would like the hook integrated more robustly though;
     22{{{
    1823     if(typeof editor.userHookBrowser === 'object'){
    1924
    2025     new editor.userHookBrowser.dialog(editor.userHookBowser.options, params.CKEditorFuncNum)
     26}}}
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy