Class QRadioButton
This class will render an HTML Radio button.
Based on a QCheckbox, which is very similar to a checkbox.
- QBaseClass
- QHtmlAttributeManagerBase
- QHtmlAttributeManager
- QControlBase
- QControl
- QCheckBox
- QRadioButton
Direct known subclasses
QJqRadioButtonGen
public
|
|
protected
string
|
|
public
mixed
|
|
public
|
|
public
array|boolean|integer|mixed|null|
|
|
public
mixed
|
GetModelConnectorParams(),
RenderButton(),
RenderLabelAttributes(),
Validate(),
getCheckLabelStyler()
|
OverrideAttributes(),
__call()
|
CommentEnd,
CommentStart
|
protected
null|string
|
$strGroupName
Group to which this radio button belongs Groups determine the 'radio' behavior wherein you can select only one option out of all buttons in that group |
#
null
|
$blnChecked,
$blnHtmlEntities,
$blnIsVoidElement,
$objLabelStyle,
$strTag,
$strText,
$strTextAlign
|
$attributes,
$styles
|
public
string
|
$Text
is used to display text that is displayed next to the radio. The text is rendered as an html "Label For" the radio |
public
string
|
$TextAlign
specifies if "Text" should be displayed to the left or to the right of the radio. |
public
string
|
$GroupName
assigns the radio button into a radio button group (optional) so that no more than one radio in that group may be selected at a time. |
public
boolean
|
$HtmlEntities
|
public
boolean
|
$Checked
specifices whether or not the radio is selected |
$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
|