Application Framework Reference

Module API

resizeWidthToParent()

The resizeWidthToParent() handler resizes the current module to be the same width as parent module.

Note: This module should not be overridden.

Synopsis

resizeWidthToParent()

Return Value

Example

   $(window).bind('resize', this.resizeWidthToParent.bind(this));