This class has no public properties.
| |
NestedLayoutPanel(Ext.BorderLayout layout, String/Object config) |
NestedLayoutPanel |
| Create a new NestedLayoutPanel. |
| |
addListener(String eventName, Function handler, [Object options]) : void |
Observable |
| Appends an event handler to this component |
| |
destroy() : void |
ContentPanel |
| Destroys this panel |
| |
fireEvent(String eventName, Object... args) : Boolean |
Observable |
| Fires the specified event with the passed parameters (minus the event name). |
| |
getEl() : Ext.Element |
ContentPanel |
| Returns this panel's element |
| |
getId() : String |
ContentPanel |
| Returns this panel's id |
| |
getLayout() : Ext.BorderLayout |
NestedLayoutPanel |
| Returns the nested BorderLayout for this panel |
| |
getTitle() : String |
ContentPanel |
| Returns this panel's title |
| |
getToolbar() : Ext.Toolbar |
ContentPanel |
| Returns the toolbar for this Panel if one was configured |
| |
getUpdateManager() : Ext.UpdateManager |
ContentPanel |
| Get the Ext.UpdateManager for this panel. Enables you to perform Ajax updates. |
| |
isClosable() : Boolean |
ContentPanel |
| Returns true is this panel was configured to be closable |
| |
on(String eventName, Function handler, [Object options]) : void |
Observable |
| Appends an event handler to this element (shorthand for addListener) |
| |
purgeListeners() : void |
Observable |
| Removes all listeners for this object |
| |
refresh() : void |
ContentPanel |
| Force a content refresh from the URL specified in the setUrl() method.
Will fail silently if the setUrl method has no... |
| |
removeListener(String eventName, Function handler, [Object scope]) : void |
Observable |
| Removes a listener |
| |
setContent(String content, [Boolean loadScripts]) : void |
ContentPanel |
| Updates this panel's element |
| |
setTitle(String title) : void |
ContentPanel |
| Set this panel's title |
| |
setUrl(String/Function url, [String/Object params], [Boolean loadOnce]) : Ext.UpdateManager |
ContentPanel |
| Set a URL to be used to load the content for this panel. |
| |
un(String eventName, Function handler, [Object scope]) : void |
Observable |
| Removes a listener (shorthand for removeListener) |
adjustments
adjustments : Array
Values to add to the width/height when doing a fitToFrame (default is [0, 0])
autoCreate
autoCreate : Boolean/Object
True to auto generate the DOM element for this panel, or a DomHelper config of the element to create
autoScroll
autoScroll : Boolean
True to scroll overflow in this panel (use with fitToFrame)
background
background : Boolean
True if the panel should not be activated when it is added (defaults to false)
closable
closable : Boolean
True if the panel can be closed/removed
fitToFrame
fitToFrame : Boolean
True for this panel to manually adjust its size when the region resizes (defaults to false)
loadOnce
loadOnce : Boolean
Calls When used with 'url', calls setUrl() with this value
params
params : String/Object
When used with 'url', calls setUrl() with this value
resizeEl
resizeEl : String/HTMLElement/Element
An element to resize if fitToFrame is true (instead of this panel's element)
title
title : String
The title for this panel
toolbar
toolbar : Toolbar
A toolbar for this panel
url
url : String
Calls setUrl() with this value