Class Index | File Index

Classes


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.

Class Summary
Constructor Attributes Constructor Name and Description
 
Method Summary
Method Attributes Method Name and Description
<static>  
Ext.ux.DivViewport.initComponent()
Initializes this component.
Class Detail
Ext.ux.DivViewport(config)
Parameters:
{Object} config
The config object
Method Detail
<static> Ext.ux.DivViewport.initComponent()
Initializes this component.
Returns:
void

Documentation generated by JsDoc Toolkit 2.0.0 on Sun Sep 23 2012 02:46:09 GMT-0500 (CDT)