Class QJqCheckBoxBase
Implements a JQuery Ui Check Box
Use this as if you were creating a standard check box.
One of the QJqCheckBoxGen 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
- QJqCheckBoxGen
- QJqCheckBoxBase
Direct known subclasses
QJqCheckBoxLink: http://jqueryui.com/button/#checkbox
Located at includes/base_controls/QJqCheckBoxBase.class.php
public
mixed
|
|
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
|
$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,
$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
|