TinyMCE:Configuration/object resizing
From Moxiecode Documentation Wiki
[edit]
Option: object_resizing
This true/false option gives you the ability to turn on/off the inline resizing controls of tables and images in Firefox/Mozilla. These are enabled by default.
[edit]
Example of usage of the object_resizing option:
tinyMCE.init({
...
object_resizing : false
});
