Ticket #3725: 3725.patch

File 3725.patch, 935 bytes (added by Tobiasz Cudnik, 15 years ago)
  • _source/plugins/floatpanel/plugin.js

     
    1818                // Generates the panel key: docId-eleId-skinName-langDir[-CSSs][-level]
    1919                var key =
    2020                        doc.getUniqueId() +
    21                         '-' + parentElement.getUniqueId() +
     21                        '-' + editor.name +
    2222                        '-' + editor.skinName +
    2323                        '-' + editor.lang.dir +
    2424                        ( ( definition.css && ( '-' + definition.css ) ) || '' ) +
  • _source/plugins/panel/plugin.js

     
    7373         */
    7474        render : function( editor, output )
    7575        {
     76                console.log( 'render' );
    7677                var id = 'cke_' + this.id;
    7778
    7879                output.push(
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy