nsIHTMLObjectResizeListener

Methods

onStartResizing(aElement)

Listener’s callback called by the editor when the user
starts resizing an element

Parameters

aElement [IN] the element

onEndResizing(aElement, aOldWidth, aOldHeight, aNewWidth, aNewHeight)

Listener’s callback called by the editor when the user
has finalized the resizing of an element

Parameters

aElement [IN] the element that was resized
aOldWidth [IN] the width of the element before resizing
aOldHeight [IN] the height of the element before resizing
aNewWidth [IN] the width of the element after resizing
aNewHeight [IN] the height of the element after resizing