Property | Type | Description | |
---|---|---|---|
IsInitialized | bool |
Method | Description | |
---|---|---|
Initialize ( ) : void |
Sets the panel up to be resizable.
|
|
Save ( ) : void |
Persists the current size to storage.
|
Method | Description | |
---|---|---|
FireResized ( ) : void | ||
GetCurrentSize ( ) : int |
Gets the current size (on the appropriate X:Y plane given the deriving class).
|
|
GetHandles ( ) : string | ||
GetRootContainer ( ) : jQueryObject | ||
OnInitialize ( ) : void | ||
OnResize ( ) : void | ||
OnStarted ( ) : void | ||
OnStopped ( ) : void | ||
OnWindowResize ( ) : void | ||
PanelResizerBase ( string cssSelector, string cookieKey ) : System |
Constructor.
|
|
SetCurrentSize ( int size ) : void |
Sets the current size (on the appropriate X:Y plane given the deriving class).
|
|
SetResizeOption ( string option, string value ) : void | ||
ShrinkIfOverflowing ( int currentValue, int minValue, int maxValue, string cssAttribute ) : void |
Method | Description | |
---|---|---|
FireResizeStarted ( ) : void | ||
FireResizeStopped ( ) : void | ||
HandleEvent ( string eventName ) : void | ||
LoadSize ( ) : void |
protected GetRootContainer ( ) : jQueryObject | ||
return | jQueryObject |
protected PanelResizerBase ( string cssSelector, string cookieKey ) : System | ||
cssSelector | string | The CSS selector used to retrieve the panel being resized. |
cookieKey | string | The unique key to store the panel size within (null if saving not required). |
return | System |
protected abstract SetCurrentSize ( int size ) : void | ||
size | int | The size value to set. |
return | void |
protected SetResizeOption ( string option, string value ) : void | ||
option | string | |
value | string | |
return | void |
protected ShrinkIfOverflowing ( int currentValue, int minValue, int maxValue, string cssAttribute ) : void | ||
currentValue | int | |
minValue | int | |
maxValue | int | |
cssAttribute | string | |
return | void |