Sencha Documentation

Properties

 
if : Object
Do not layout calculatedSized components for fixedLayouts unless the ownerCt == layoutOwner

Methods

 
getRenderTarget : Ext.core.Element

Returns the element into which rendering must take place. Defaults to the owner Component's encapsulating element.

May be overridden in Component layout managers which implement an inner element.
 
getTarget : Ext.core.Element
Returns the owner component's resize element.
 
needsLayout( Mixed width, Mixed height ) : Void
Check if the new size is different from the current size and only trigger a layout if it is necessary.

Parameters

  • width : Mixed
    The new width to set.
  • height : Mixed
    The new height to set.

Returns

  • Void
 
setElementSize( Mixed width, Mixed height ) : Void
Set the size of any element supporting undefined, null, and values.

Parameters

  • width : Mixed
    The new width to set.
  • height : Mixed
    The new height to set.

Returns

  • Void
 
setTargetSize( Mixed width, Mixed height ) : Void
Set the size of the target element.

Parameters

  • width : Mixed
    The new width to set.
  • height : Mixed
    The new height to set.

Returns

  • Void