Revision 5334e94b
Von Sven Schöling vor mehr als 7 Jahren hinzugefügt
js/ckeditor/plugins/inline_resize/plugin.js | ||
---|---|---|
float_space.setStyle( 'cursor', 'se-resize' )
|
||
float_space.on('mousedown', mousedown_fn);
|
||
float_space.unselectable();
|
||
float_space.hide();
|
||
|
||
editor.on( 'focus', function( evt ) {
|
||
layout( evt );
|
Auch abrufbar als: Unified diff
CKEditor inline_resize: initial drag handler verbergen