Class QJqRadioButtonGen
Generated QJqRadioButtonGen class.
This is the QJqRadioButtonGen 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 QJqRadioButtonBase class for any glue code to make this class more usable in QCubed.
- QBaseClass
- QHtmlAttributeManagerBase
- QHtmlAttributeManager
- QControlBase
- QControl
- QCheckBox
- QRadioButton
- QJqRadioButtonGen
Direct known subclasses
QJqRadioButtonBaseIndirect known subclasses
QJqRadioButtonSee:
QJqRadioButtonBase
Located at includes/base_controls/QJqRadioButtonGen.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
array|boolean|integer|mixed|null|
|
|
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. |
GetControlHtml(),
GetState(),
ParsePostData(),
PutState()
|
RenderButton(),
RenderLabelAttributes(),
Validate(),
getCheckLabelStyler()
|
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
boolean
|
$blnDisabled
|
#
null
|
protected
mixed
|
$mixIcons
|
#
null
|
protected
string
|
$strLabel
|
#
null
|
protected
boolean
|
$blnJqText
|
#
null
|
$strGroupName
|
$blnChecked,
$blnHtmlEntities,
$blnIsVoidElement,
$objLabelStyle,
$strTag,
$strText,
$strTextAlign
|
$attributes,
$styles
|
public
boolean
|
$Disabled
Disables the button if set to true. |
public
mixed
|
$Icons
Icons to display, with or without text (see text option). By default, the primary icon is displayed on the left of the label text and the secondary is displayed on the right. The positioning can be controlled via CSS. The value for the primary and secondary properties must match an icon class name, e.g., "ui-icon-gear". For using only one icon: icons: { primary: "ui-icon-locked" }. For using two icons: icons: { primary: "ui-icon-gear", secondary: "ui-icon-triangle-1-s" }. |
public
string
|
$Label
Text to show in the button. When not specified (null), the elements HTML content is used, or its value attribute if the element is an input element of type submit or reset, or the HTML content of the associated label element if the element is an input of type radio or checkbox. |
public
boolean
|
$JqText
Whether to show the label. When set to false no text will be displayed, but the icons option must be enabled, otherwise the text option will be ignored. |
$Checked,
$GroupName,
$HtmlEntities,
$Text,
$TextAlign
|
$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
|