Class QSelectableGen
Generated QSelectableGen class.
This is the QSelectableGen 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 QSelectableBase class for any glue code to make this class more usable in QCubed.
- QBaseClass
- QHtmlAttributeManagerBase
- QHtmlAttributeManager
- QControlBase
- QControl
- QBlockControl
- QPanel
- QSelectableGen
Direct known subclasses
QSelectableBaseIndirect known subclasses
QSelectableSee:
QSelectableBase
Located at includes/base_controls/QSelectableGen.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
|
|
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
|
$mixAppendTo
|
#
null
|
protected
boolean
|
$blnAutoRefresh
|
#
null
|
protected
mixed
|
$mixCancel
|
#
null
|
protected
integer
|
$intDelay
|
|
protected
boolean
|
$blnDisabled
|
#
null
|
protected
integer
|
$intDistance
|
|
protected
mixed
|
$mixFilter
|
#
null
|
protected
string
|
$strTolerance
|
#
null
|
$blnHtmlEntities,
$blnIsBlockElement,
$strDefaultDisplayStyle,
$strTagName
|
$blnAutoRenderChildren,
$blnDropTarget,
$objDropsControlsArray,
$objDropsGroupingsArray,
$objIsDropZoneFor,
$objMovesControlsArray,
$strFormat,
$strTemplate,
$strText
|
$attributes,
$styles
|
public
mixed
|
$AppendTo
Which element the selection helper (the lasso) should be appended to. |
public
boolean
|
$AutoRefresh
This determines whether to refresh (recalculate) the position and size of each selectee at the beginning of each select operation. If you have many items, you may want to set this to false and call the refresh() method manually. |
public
mixed
|
$Cancel
Prevents selecting if you start on elements matching the selector. |
public
integer
|
$Delay
Time in milliseconds to define when the selecting should start. This helps prevent unwanted selections when clicking on an element. |
public
boolean
|
$Disabled
Disables the selectable if set to true. |
public
integer
|
$Distance
Tolerance, in pixels, for when selecting should start. If specified, selecting will not start until the mouse has been dragged beyond the specified distance. |
public
mixed
|
$Filter
The matching child elements will be made selectees (able to be selected). |
public
string
|
$Tolerance
Specifies which mode to use for testing whether the lasso should select an item. Possible values: * "fit": Lasso overlaps the item entirely. * "touch": Lasso overlaps the item by any amount. |
$AutoRenderChildren,
$DropTarget,
$Format,
$HorizontalAlign,
$HtmlEntities,
$ResizeHandleDirection,
$ResizeHandleMaximum,
$ResizeHandleMinimum,
$TagName,
$Template,
$Text,
$VerticalAlign
|
$AccessKey,
$AltText,
$BackColor,
$BorderCollapse,
$BorderColor,
$BorderStyle,
$BorderWidth,
$CssClass,
$Cursor,
$Data,
$Display,
$DisplayStyle,
$Enabled,
$FontBold,
$FontItalic,
$FontNames,
$FontOverline,
$FontSize,
$FontStrikeout,
$FontUnderline,
$ForeColor,
$Height,
$Left,
$Margin,
$NoWrap,
$Opacity,
$OrderedListType,
$Overflow,
$Padding,
$Position,
$ReadOnly,
$TabIndex,
$ToolTip,
$Top,
$UnorderedListStyle,
$Width
|