Class SubmitButton
Submittable button control.
-
Nette\Object
-
Nette\ComponentModel\Component
implements
Nette\ComponentModel\IComponent
-
Nette\Forms\Controls\BaseControl
implements
Nette\Forms\IControl
-
Nette\Forms\Controls\Button
-
Nette\Forms\Controls\SubmitButton
implements
Nette\Forms\ISubmitterControl
Methods summary
public
|
|
public
Nette\Forms\Controls\SubmitButton
|
#
setValue( boolean $value )
Sets 'pressed' indicator.
Sets 'pressed' indicator.
Parameters
Returns
Overrides
Implementation of
|
public
boolean
|
#
isSubmittedBy( )
Tells if the form was submitted by this button.
Tells if the form was submitted by this button.
Returns
boolean
Implementation of
|
public
Nette\Forms\Controls\SubmitButton
|
#
setValidationScope( mixed $scope )
Sets the validation scope. Clicking the button validates only the controls
within the specified scope.
Sets the validation scope. Clicking the button validates only the controls
within the specified scope.
Parameters
Returns
|
public
mixed
|
#
getValidationScope( )
Gets the validation scope.
Gets the validation scope.
Returns
mixed
Implementation of
|
public
|
|
Methods inherited from Nette\Forms\Controls\BaseControl
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(),
translate()
|
Methods inherited from Nette\ComponentModel\Component
__clone(),
__sleep(),
__wakeup(),
detached(),
getName(),
getParent(),
lookup(),
lookupPath(),
monitor(),
unmonitor(),
validateParent()
|
Properties summary
public
array
|
$onClick
|
|
#
of function(SubmitButton $sender); Occurs when the button is clicked and form
is successfully validated
of function(SubmitButton $sender); Occurs when the button is clicked and form
is successfully validated
|
public
array
|
$onInvalidClick
|
|
#
of function(SubmitButton $sender); Occurs when the button is clicked and form
is not validated
of function(SubmitButton $sender); Occurs when the button is clicked and form
is not validated
|
Magic properties inherited from Nette\Forms\Controls\BaseControl
$control,
$controlPrototype,
$defaultValue,
$disabled,
$errors,
$filled,
$form,
$htmlId,
$htmlName,
$label,
$labelPrototype,
$options,
$required,
$rules,
$translator,
$value
|