Ext.PanelExt.ux.JsonBasePanel
Package: | Ext.ux |
Defined In: | Ext.ux.JsonPanel.js |
Class: | JsonBasePanel |
Extends: | Ext.Panel |
Config Options | Defined By | |
---|---|---|
blockedJsonInit : Array
Array with items which should be blocked during init
Array with items which should be blocked during init
|
JsonBasePanel JsonBasePanel |
This class has no public properties.
Property | Defined By |
---|
This class has no public methods
Method | Defined By |
---|
Event | Defined By | |
---|---|---|
beforejsonload : ( Object response, Exception e )
Fires after the jsonfile is retrived from server but before it's loaded in panel
Fires after the jsonfile is retrived from server but before it's loaded in panel
Listeners will be called with the following arguments:
|
JsonBasePanel JsonBasePanel | |
afterjsonload : ( )
Fires when loading of jsonfile fails
Fires when loading of jsonfile fails
Listeners will be called with the following arguments:
|
JsonBasePanel JsonBasePanel |