Class Ext.ux.DivViewport
Extends
Ext.Container.
A specialized container representing the viewable application area similar to the Ext.Viewport(the browser viewport).
The DivViewport renders itself to the Dom element identified by the renderTo attribute, and is kept in the
AC.pss.divViewportManager and resized as the browser resizes.
We can have multiple DivViewports in a web page. However, each DivViewport can only contain a child item.
Defined in: PssUtility.js.
Constructor Attributes | Constructor Name and Description |
---|---|
Ext.ux.DivViewport(config)
|
Method Attributes | Method Name and Description |
---|---|
<static> |
Ext.ux.DivViewport.initComponent()
Initializes this component.
|
Method Detail
<static>
Ext.ux.DivViewport.initComponent()
Initializes this component.
- Returns:
- void