Class QJqButtonBase
Implements a JQuery UI Button
Create a button exactly as if you were creating a QButton.
- QBaseClass
- QHtmlAttributeManagerBase
- QHtmlAttributeManager
- QControlBase
- QControl
- QActionControl
- QButtonBase
- QButton
- QJqButtonGen
- QJqButtonBase
Direct known subclasses
QJqButtonLink: http://jqueryui.com/button/
Located at includes/base_controls/QJqButtonBase.class.php
public
array|boolean|integer|mixed|null|
|
|
public
mixed
|
Destroy(),
Disable(),
Enable(),
GetEndScript(),
GetJqSetupFunction(),
GetModelConnectorParams(),
Instance(),
MakeJqOptions(),
Option(),
Option1(),
Option2(),
Option3(),
Refresh()
|
GetControlHtml(),
GetInnerHtml()
|
ParsePostData(),
Validate()
|
OverrideAttributes(),
__call()
|
CommentEnd,
CommentStart
|
$blnDisabled,
$blnJqText,
$mixIcons,
$strJavaScripts,
$strLabel,
$strStyleSheets
|
$strCssClass
|
$blnActionsMustTerminate,
$blnHtmlEntities,
$blnPrimaryButton,
$strText
|
$attributes,
$styles
|
public
boolean
|
$ShowText
Causes text to be shown when icons are also defined. One of the JqButtonGen 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 |
$Disabled,
$Icons,
$JqText,
$Label
|
$HtmlEntities,
$PrimaryButton,
$Text
|
$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
|