Class TextArea
Multiline text input control.
-
Nette\Object
-
Nette\Component
implements
Nette\IComponent
-
Nette\Forms\FormControl
implements
Nette\Forms\IFormControl
-
Nette\Forms\TextBase
-
Nette\Forms\TextArea
Methods summary
public
|
#
__construct( string $label = NULL, string $cols = NULL, integer $rows = NULL )
Parameters
- $label
string control name
- $cols
string label
- $rows
integer width of the control
|
public
Nette\Web\Html
|
#
getControl( )
Generates control's HTML element.
Generates control's HTML element.
Returns
|
Methods inherited from Nette\Forms\TextBase
addFilter(),
filterFloat(),
getEmptyValue(),
getValue(),
notifyRule(),
setEmptyValue(),
setValue(),
validateEmail(),
validateFloat(),
validateInteger(),
validateLength(),
validateMaxLength(),
validateMinLength(),
validateRange(),
validateRegexp(),
validateUrl()
|
Methods inherited from Nette\Forms\FormControl
addCondition(),
addConditionOn(),
addError(),
addRule(),
attached(),
cleanErrors(),
getControlPrototype(),
getErrors(),
getForm(),
getHtmlId(),
getHtmlName(),
getLabel(),
getLabelPrototype(),
getOption(),
getOptions(),
getRules(),
getTranslator(),
hasErrors(),
isDisabled(),
loadHttpData(),
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()
|