X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=_source%2Fplugins%2Fmenu%2Fplugin.js;h=f65d5db1a308c63dcb1709f7b76756a6d8096bd7;hp=790f16f9be9ad4435e54e218e4e3535c4e693dad;hb=8761695d9b70afe75905deaac88f78c1f8aeb32d;hpb=ea7e3453c7b0f023b050aca6d9f83ab372860d91 diff --git a/_source/plugins/menu/plugin.js b/_source/plugins/menu/plugin.js index 790f16f..f65d5db 100644 --- a/_source/plugins/menu/plugin.js +++ b/_source/plugins/menu/plugin.js @@ -232,6 +232,8 @@ CKEDITOR.tools.extend( CKEDITOR.editor.prototype, this.parent._.panel.showAsChild( panel, this.id, offsetParent, corner, offsetX, offsetY ); else panel.showBlock( this.id, offsetParent, corner, offsetX, offsetY ); + + editor.fire( 'menuShow', [ panel ] ); }, hide : function() @@ -328,7 +330,7 @@ CKEDITOR.menuItem = CKEDITOR.tools.createClass( ' onclick="CKEDITOR.tools.callFunction(', menu._.itemClickFn, ',', index, '); return false;"' + '>' + '' + ( this.icon ? ' style="background-image:url(' + CKEDITOR.getUrl( this.icon ) + ');background-position:0 ' + offset + 'px;"' : '' ) + '>' + '' );