Class TextArea (namespace Nette\Forms)
Multiline text input control.
Object | --Component | --FormControl | --TextBase | --TextArea
Public Method Summary | |
---|---|
TextArea |
|
Html |
getControl
()
Generates control's HTML element.
|
Methods Inherited From Component |
---|
__construct(), attached(), detached(), getName(), getParent(), lookup(), lookupPath(), monitor(), setParent(), unmonitor(), validateParent(), __clone(), __wakeup() |
Methods Inherited From Object |
---|
extensionMethod(), getClass(), getReflection(), __call(), __callStatic(), __get(), __isset(), __set(), __unset() |
Variable Summary |
---|
Method Details | |||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
line 30 __constructpublic TextArea __construct ([string $label =
|
|||||||||||||||||||||
line 45 getControlpublic Html getControl () Generates control's HTML element.
|