Class QSelectMenuGen
Generated QSelectMenuGen class.
This is the QSelectMenuGen 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 QSelectMenuBase class for any glue code to make this class more usable in QCubed.
- QBaseClass
- QHtmlAttributeManagerBase
- QHtmlAttributeManager
- QControlBase
- QControl
- QListControl uses QListItemManager
- QListBoxBase
- QListBox
- QSelectMenuGen
Direct known subclasses
QSelectMenuBaseIndirect known subclasses
QSelectMenuSee:
QSelectMenuBase
Located at includes/base_controls/QSelectMenuGen.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
|
|
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. |
GetResetButtonHtml()
|
GetControlHtml(),
GetItemHtml(),
ParsePostData(),
PutState(),
RefreshSelection(),
RenderInnerHtml(),
Validate(),
__construct()
|
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
|
$blnDisabled
|
#
null
|
protected
mixed
|
$mixIcons
|
#
null
|
protected
mixed
|
$mixPosition
|
#
null
|
protected
integer
|
$intWidth
|
#
null
|
$strCssClass
|
$strLabelForRequired,
$strLabelForRequiredUnnamed
|
$objItemStyle
|
$attributes,
$styles
|
$objListItemArray
|
public
mixed
|
$AppendTo
Which element to append the menu to. When the value is null, the parents of the |
public
boolean
|
$Disabled
Disables the selectmenu if set to true. |
public
mixed
|
$Icons
Icons to use for the button, matching an icon defined by the jQuery UI CSS Framework. * button (string, default: "ui-icon-triangle-1-s") |
public
mixed
|
$Position
Identifies the position of the menu in relation to the associated button element. You can refer to the jQuery UI Position utility for more details about the various options. |
public
integer
|
$Width
The width of the menu, in pixels. When the value is null, the width of the native select is used. |
$LabelForRequired,
$LabelForRequiredUnnamed,
$Rows,
$SelectionMode
|
$ItemCount,
$ItemStyle,
$SelectedIndex,
$SelectedItem,
$SelectedItems,
$SelectedName,
$SelectedNames,
$SelectedValue,
$SelectedValues
|
$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,
$ReadOnly,
$TabIndex,
$ToolTip,
$Top,
$UnorderedListStyle,
$VerticalAlign
|