Changes between Initial Version and Version 1 of Ticket #24946
- Timestamp:
- 08/03/2013 08:29:41 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24946 – Description
initial v1 3 3 In the init function 4 4 5 5 {{{ 6 6 tinymce.create('tinymce.plugins.BMoExpoTinyMCEButton', { 7 7 url: '', … … 9 9 init : function(ed, url) { 10 10 ... 11 }}} 11 12 12 13 I use the events "ed.onMouseUp" and "ed.onNodeChange" to prevent a img node from resizing.