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.

Example of usage of the object_resizing option:

tinyMCE.init({
	...
	object_resizing : false
});