Class HiddenField
Hidden form control used to store a non-displayed value.
-
Nette\Object
-
Nette\Component
implements
Nette\IComponent
-
Nette\Forms\FormControl
implements
Nette\Forms\IFormControl
-
Nette\Forms\HiddenField
Methods summary
public
|
#
__construct( string $forcedValue = NULL )
Parameters
- $forcedValue
string caption
|
public
|
#
getLabel( string $caption = NULL )
Bypasses label generation.
Bypasses label generation.
Parameters
|
public
Nette\Forms\HiddenField
|
#
setValue( string $value )
Sets control's value.
Parameters
Returns
Implementation of
|
public
Nette\Web\Html
|
#
getControl( )
Generates control's HTML element.
Generates control's HTML element.
Returns
|
Methods inherited from Nette\Forms\FormControl
addCondition(),
addConditionOn(),
addError(),
addRule(),
attached(),
cleanErrors(),
getControlPrototype(),
getErrors(),
getForm(),
getHtmlId(),
getHtmlName(),
getLabelPrototype(),
getOption(),
getOptions(),
getRules(),
getTranslator(),
getValue(),
hasErrors(),
isDisabled(),
loadHttpData(),
notifyRule(),
setDefaultValue(),
setDisabled(),
setHtmlId(),
setOption(),
setTranslator(),
translate(),
validateEqual(),
validateFilled(),
validateValid()
|
Methods inherited from Nette\Component
__clone(),
__wakeup(),
detached(),
getName(),
getParent(),
lookup(),
lookupPath(),
monitor(),
setParent(),
unmonitor(),
validateParent()
|