Class NHiddenField
Hidden form control used to store a non-displayed value.
NObject | --NComponent | --NFormControl | --NHiddenField
Public Method Summary | |
---|---|
NHiddenField |
__construct
([$forcedValue =
NULL ])
|
NHtml |
getControl
()
Generates control's HTML element.
|
void |
getLabel
([$caption =
NULL ])
Bypasses label generation.
|
NHiddenField |
setValue
(string $value)
Sets control's value.
|
Methods Inherited From NComponent |
---|
__construct(), attached(), detached(), getName(), getParent(), lookup(), lookupPath(), monitor(), setParent(), unmonitor(), validateParent(), __clone(), __wakeup() |
Methods Inherited From NObject |
---|
extensionMethod(), getClass(), getReflection(), __call(), __callStatic(), __get(), __isset(), __set(), __unset() |
Variable Summary |
---|
Method Details | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
line 40 __constructpublic NHiddenField __construct ([$forcedValue =
|
||||||||||||
line 78 getControlpublic NHtml getControl () Generates control's HTML element.
|
||||||||||||
line 54 getLabelpublic void getLabel ([$caption = Bypasses label generation.
|
||||||||||||
line 66 setValuepublic NHiddenField setValue (string $value) Sets control's value.
|