Class QResizableBase
Implements the JQuery UI Resizable capabilities into a QControl
This class is designed to work as a kind of add-on class to a QControl, giving its capabilities to the control. To make a QControl resizable, simply set $ctl->Resizable = true. You can then get to this class to further manipulate the aspects of the resizable through $ctl->ResizeObj.
- QBaseClass
- QHtmlAttributeManagerBase
- QHtmlAttributeManager
- QControlBase
- QControl
- QResizableGen
- QResizableBase
Direct known subclasses
QResizable
Package: Controls\Base
Link: http://jqueryui.com/resizable/
Located at includes/base_controls/QResizableBase.class.php
Link: http://jqueryui.com/resizable/
Located at includes/base_controls/QResizableBase.class.php
public
|
|
public
string
|
|
protected
string
|
#
GetControlHtml( )
This method will render the control, itself, and will return the rendered HTML as a string |
public
boolean
|
|
public
|
|
public
string
|
|
public
mixed|
|
|
public
mixed
|
Destroy(),
Disable(),
Enable(),
GetJqSetupFunction(),
GetModelConnectorParams(),
Instance(),
MakeJqOptions(),
Option(),
Option1(),
Option2(),
Option3()
|
OverrideAttributes(),
__call()
|
CommentEnd,
CommentStart
|
protected
array
|
$aryOriginalSize
|
#
null
|
protected
array
|
$aryNewSize
|
#
null
|
$attributes,
$styles
|
public read-only
Integer
|
$DeltaX
Amount of change in width that happened on the last drag |
public read-only
Integer
|
$DeltaY
Amount of change in height that happened on the last drag |
$AlsoResize,
$Animate,
$AnimateDuration,
$AnimateEasing,
$AspectRatio,
$AutoHide,
$Cancel,
$Containment,
$Delay,
$Disabled,
$Distance,
$Ghost,
$Grid,
$Handles,
$Helper,
$MaxHeight,
$MaxWidth,
$MinHeight,
$MinWidth
|
$AccessKey,
$AltText,
$BackColor,
$BorderCollapse,
$BorderColor,
$BorderStyle,
$BorderWidth,
$CssClass,
$Cursor,
$Data,
$Display,
$DisplayStyle,
$Enabled,
$FontBold,
$FontItalic,
$FontNames,
$FontOverline,
$FontSize,
$FontStrikeout,
$FontUnderline,
$ForeColor,
$Height,
$HorizontalAlign,
$Left,
$Margin,
$NoWrap,
$Opacity,
$OrderedListType,
$Overflow,
$Padding,
$Position,
$ReadOnly,
$TabIndex,
$ToolTip,
$Top,
$UnorderedListStyle,
$VerticalAlign,
$Width
|