Class QJqRadioButtonBase
Implements a JQuery UI Radio Button
Use in the same way you would use a standard radio button
One of the QJqRadioButtonGen properties use the same names as standard QCubed properties. The text property is a boolean in the JqUi object that specifies whether to show text or just icons (provided icons are defined), and the Label property overrides the standard HTML of the button. Because of the name conflict, the JQ UI property is called ->JqText. You can also use ShowText as an alias to this as well so that your code is more readable. Text = standard html text of button Label = override of standard HTML text, if you want a button to say something different when JS is on or off ShowText = whether or not to hide the text of the button when icons are set
- QBaseClass
- QHtmlAttributeManagerBase
- QHtmlAttributeManager
- QControlBase
- QControl
- QCheckBox
- QRadioButton
- QJqRadioButtonGen
- QJqRadioButtonBase
Direct known subclasses
QJqRadioButtonLink: http://jqueryui.com/button/#radio
Located at includes/base_controls/QJqRadioButtonBase.class.php
public
array|boolean|integer|mixed|null|
|
|
public
mixed
|
Destroy(),
Disable(),
Enable(),
GetEndScript(),
GetJqSetupFunction(),
GetModelConnectorParams(),
Instance(),
MakeJqOptions(),
Option(),
Option1(),
Option2(),
Option3(),
Refresh()
|
GetControlHtml(),
GetState(),
ParsePostData(),
PutState()
|
RenderButton(),
RenderLabelAttributes(),
Validate(),
getCheckLabelStyler()
|
OverrideAttributes(),
__call()
|
CommentEnd,
CommentStart
|
$blnDisabled,
$blnJqText,
$mixIcons,
$strJavaScripts,
$strLabel,
$strStyleSheets
|
$strGroupName
|
$blnChecked,
$blnHtmlEntities,
$blnIsVoidElement,
$objLabelStyle,
$strTag,
$strText,
$strTextAlign
|
$attributes,
$styles
|
public
boolean
|
$ShowText
Causes text to be shown when icons are also defined. |
$Disabled,
$Icons,
$JqText,
$Label
|
$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
|