config.disableObjectResizing either enables or disables (draggable) resizing on tables AND images. Is there a way to enable resizing of images and disable it in case of tables? Thanks.
Fri, 07/08/2011 - 22:27
#1

Re: disableObjectResizing just on tables
//something like this: var table = element.getAscendant( 'table', true ); if(table) { //code for disable }I don't know whether it work's, you have to try it.