Class actioncenter.screenBorderLayout.SplitRegion
Extends
Ext.layout.BorderLayout.SplitRegion.
Screen split region.
Defined in: screen.js.
Constructor Attributes | Constructor Name and Description |
---|---|
actioncenter.screenBorderLayout.SplitRegion(layout, config, pos)
Default constructor.
|
Method Attributes | Method Name and Description |
---|---|
<static> |
actioncenter.screenBorderLayout.SplitRegion.onSplitMove(split, newSize, e)
Called while the split bar in the border layout move.
|
Class Detail
actioncenter.screenBorderLayout.SplitRegion(layout, config, pos)
Default constructor.
- Parameters:
- layout
- the layout
- config
- the configuration
- pos
- the position
Method Detail
<static>
actioncenter.screenBorderLayout.SplitRegion.onSplitMove(split, newSize, e)
Called while the split bar in the border layout move.
- Parameters:
- {Object} split
- The splitbar object
- {number} newSize
- The new size of the child panel after the split move
- {Event} e
- The event
- Returns:
- void