Class QDroppableGen
Generated QDroppableGen class.
This is the QDroppableGen class which is automatically generated by scraping the JQuery UI documentation website. As such, it includes all the options as listed by the JQuery UI website, which may or may not be appropriate for QCubed. See the QDroppableBase class for any glue code to make this class more usable in QCubed.
Direct known subclasses
QDroppableBaseIndirect known subclasses
QDroppablePackage: Controls\Base
See:
QDroppableBase
Located at includes/base_controls/QDroppableGen.class.php
protected
array
|
|
public
string
|
#
GetJqSetupFunction( )
Return the JavaScript function to call to associate the widget with the control. |
public
string
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
mixed
|
|
public
mixed|
|
|
public static
|
#
GetModelConnectorParams( )
If this control is attachable to a codegenerated control in a ModelConnector, this function will be used by the ModelConnector designer dialog to display a list of options for the control. |
OverrideAttributes(),
__call()
|
CommentEnd,
CommentStart
|
protected
string
|
$strJavaScripts
List of JavaScript files to be attached with the control when rendering |
#
__JQUERY_EFFECTS__
|
protected
string
|
$strStyleSheets
List of CSS files to be attaches with the control when rendering |
#
__JQUERY_CSS__
|
protected
mixed
|
$mixAccept
|
#
null
|
protected
string
|
$strActiveClass
|
#
null
|
protected
boolean
|
$blnAddClasses
|
#
null
|
protected
boolean
|
$blnDisabled
|
#
null
|
protected
boolean
|
$blnGreedy
|
#
null
|
protected
string
|
$strHoverClass
|
#
null
|
protected
string
|
$strScope
|
#
null
|
protected
string
|
$strTolerance
|
#
null
|
$attributes,
$styles
|
public
mixed
|
$Accept
Controls which draggable elements are accepted by the droppable.Multiple types supported: * Selector: A selector indicating which draggable elements are accepted. * Function: A function that will be called for each draggable on the page (passed as the first argument to the function). The function must return true if the draggable should be accepted. |
public
string
|
$ActiveClass
If specified, the class will be added to the droppable while an acceptable draggable is being dragged. |
public
boolean
|
$AddClasses
If set to false, will prevent the ui-droppable class from being added. This may be desired as a performance optimization when calling .droppable() init on hundreds of elements. |
public
boolean
|
$Disabled
Disables the droppable if set to true. |
public
boolean
|
$Greedy
By default, when an element is dropped on nested droppables, each droppable will receive the element. However, by setting this option to true, any parent droppables will not receive the element. The drop event will still bubble normally, but the event.target can be checked to see which droppable received the draggable element. |
public
string
|
$HoverClass
If specified, the class will be added to the droppable while an acceptable draggable is being hovered over the droppable. |
public
string
|
$Scope
Used to group sets of draggable and droppable items, in addition to the accept option. A draggable with the same scope value as a droppable will be accepted. |
public
string
|
$Tolerance
Specifies which mode to use for testing whether a draggable is hovering over a droppable. Possible values: * "fit": Draggable overlaps the droppable entirely. * "intersect": Draggable overlaps the droppable at least 50% in both directions. * "pointer": Mouse pointer overlaps the droppable. * "touch": Draggable overlaps the droppable any amount. |
$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
|