Class Button
Push button control with no default behavior.
-
Object
-
Component
implements
IComponent
-
FormControl
implements
IFormControl
-
Button
Methods summary
public
|
|
public
|
#
getLabel( string $caption = NULL )
Bypasses label generation.
Bypasses label generation.
Parameters
Overrides
|
public
Html
|
#
getControl( string $caption = NULL )
Generates control's HTML element.
Generates control's HTML element.
Parameters
Returns
Overrides
|
Methods inherited from FormControl
addCondition(),
addConditionOn(),
addError(),
addRule(),
attached(),
cleanErrors(),
exportRules(),
getControlPrototype(),
getErrors(),
getForm(),
getHtmlId(),
getHtmlName(),
getLabelPrototype(),
getOption(),
getOptions(),
getRules(),
getTranslator(),
getValue(),
hasErrors(),
isDisabled(),
isFilled(),
isRequired(),
loadHttpData(),
setAttribute(),
setDefaultValue(),
setDisabled(),
setHtmlId(),
setOption(),
setRequired(),
setTranslator(),
setValue(),
translate()
|
Methods inherited from Component
__clone(),
__sleep(),
__wakeup(),
detached(),
getName(),
getParent(),
lookup(),
lookupPath(),
monitor(),
unmonitor(),
validateParent()
|
Magic properties inherited from FormControl
$control,
$controlPrototype,
$defaultValue,
$disabled,
$errors,
$filled,
$form,
$htmlId,
$htmlName,
$label,
$labelPrototype,
$options,
$required,
$rules,
$translator,
$value
|