Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #24946


Ignore:
Timestamp:
08/03/2013 08:29:41 PM (12 years ago)
Author:
ocean90
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #24946 – Description

    initial v1  
    33In the init function
    44
    5 
     5{{{
    66tinymce.create('tinymce.plugins.BMoExpoTinyMCEButton', {
    77                url: '',
     
    99                init : function(ed, url) {
    1010...
     11}}}
    1112
    1213I use the events "ed.onMouseUp" and "ed.onNodeChange"  to prevent a img node from resizing.