disableObjectResizing method

void disableObjectResizing()

Disable object resizing if the browser supports this.

Implementation

void disableObjectResizing() {
  if (!_ready) throw AlohaException(AlohaException.notReady);
  _alohaContext.callMethod('disableObjectResizing');
}