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(), getService(), getServiceLocator(), lookup(), lookupPath(), monitor(), setParent(), setServiceLocator(), validateParent(), __clone(), __wakeup() |
| Methods Inherited From Object |
|---|
| extensionMethod(), getClass(), getReflection(), __call(), __callStatic(), __get(), __isset(), __set(), __unset() |
| Variable Summary |
|---|
| Method Details | |||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
line 43 __constructpublic TextArea __construct (string $label, [string $cols =
|
|||||||||||||||||||||
|
line 58 getControlpublic Html getControl () Generates control's HTML element.
|
|||||||||||||||||||||
