Class QDraggableBase
Implements the jQuery UI Draggable capabilities on to a control.
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 draggable, simply set $ctl->Dragable = true. You can then get to this class to further manipulate the aspects of the draggable through $ctl->DragObj.
- QBaseClass
- QHtmlAttributeManagerBase
- QHtmlAttributeManager
- QControlBase
- QControl
- QDraggableGen
- QDraggableBase
Direct known subclasses
QDraggable
Package: Controls\Base
Link: http://jqueryui.com/draggable/
Located at includes/base_controls/QDraggableBase.class.php
Link: http://jqueryui.com/draggable/
Located at includes/base_controls/QDraggableBase.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()
|
boolean |
RevertOn
Revert Modes |
#
true
|
boolean |
RevertOff
|
#
false
|
string |
RevertValid
|
#
'valid'
|
string |
RevertInvalid
|
#
'invalid'
|
CommentEnd,
CommentStart
|
protected
array
|
$aryOriginalPosition
|
#
null
|
protected
array
|
$aryNewPosition
|
#
null
|
$attributes,
$styles
|
public
mixed
|
$Handle
A drag handle. Can be a control, a selector or array of controls or jQuery selectors. |
public read-only
Integer
|
$DeltaX
Amount of change in left that happened on the last drag |
public read-only
Integer
|
$DeltaY
Amount of change in top that happened on the last drag |
$AddClasses,
$AppendTo,
$Axis,
$Cancel,
$ConnectToSortable,
$Containment,
$Cursor,
$CursorAt,
$Delay,
$Disabled,
$Distance,
$Grid,
$Helper,
$IframeFix,
$Opacity,
$RefreshPositions,
$Revert,
$RevertDuration,
$Scope,
$Scroll,
$ScrollSensitivity,
$ScrollSpeed,
$Snap,
$SnapMode,
$SnapTolerance,
$Stack,
$ZIndex
|
$AccessKey,
$AltText,
$BackColor,
$BorderCollapse,
$BorderColor,
$BorderStyle,
$BorderWidth,
$CssClass,
$Data,
$Display,
$DisplayStyle,
$Enabled,
$FontBold,
$FontItalic,
$FontNames,
$FontOverline,
$FontSize,
$FontStrikeout,
$FontUnderline,
$ForeColor,
$Height,
$HorizontalAlign,
$Left,
$Margin,
$NoWrap,
$OrderedListType,
$Overflow,
$Padding,
$Position,
$ReadOnly,
$TabIndex,
$ToolTip,
$Top,
$UnorderedListStyle,
$VerticalAlign,
$Width
|