Ticket #3725: 3725.patch
File 3725.patch, 935 bytes (added by , 14 years ago) |
---|
-
_source/plugins/floatpanel/plugin.js
18 18 // Generates the panel key: docId-eleId-skinName-langDir[-CSSs][-level] 19 19 var key = 20 20 doc.getUniqueId() + 21 '-' + parentElement.getUniqueId()+21 '-' + editor.name + 22 22 '-' + editor.skinName + 23 23 '-' + editor.lang.dir + 24 24 ( ( definition.css && ( '-' + definition.css ) ) || '' ) + -
_source/plugins/panel/plugin.js
73 73 */ 74 74 render : function( editor, output ) 75 75 { 76 console.log( 'render' ); 76 77 var id = 'cke_' + this.id; 77 78 78 79 output.push(