Class QButtonBase
This class will render an HTML Button.
- QBaseClass
- QHtmlAttributeManagerBase
- QHtmlAttributeManager
- QControlBase
- QControl
- QActionControl
- QButtonBase
Direct known subclasses
QButton
protected
string
|
|
protected
string
|
|
public
array|boolean|integer|mixed|null|
|
|
public
mixed
|
ParsePostData(),
Validate()
|
OverrideAttributes(),
__call()
|
CommentEnd,
CommentStart
|
protected
string
|
$strText
Text on the button |
#
null
|
protected
boolean
|
$blnHtmlEntities
Whether or not to use Htmlentities for the control |
#
true
|
protected
boolean
|
$blnPrimaryButton
Is the button a primary button (causes form submission)? |
#
false
|
protected
boolean
|
$blnActionsMustTerminate
Prevent any more actions from happening once action has been taken on this control causes "event.preventDefault()" to be called on the client side |
#
true
|
$attributes,
$styles
|
public
string
|
$Text
is used to display the button's text |
public
boolean
|
$PrimaryButton
is a boolean to specify whether or not the button is 'primary' (e.g. makes this button a "Submit" form element rather than a "Button" form element) |
public
boolean
|
$HtmlEntities
|
$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
|