Class TextArea
Multiline text input control.
-
Nette\Object
-
Nette\ComponentModel\Component
implements
Nette\ComponentModel\IComponent
-
Nette\Forms\Controls\BaseControl
implements
Nette\Forms\IControl
-
Nette\Forms\Controls\TextBase
-
Nette\Forms\Controls\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
Overrides
|
public
Nette\Utils\Html
|
#
getControl( )
Generates control's HTML element.
Generates control's HTML element.
Returns
Overrides
|
Methods inherited from Nette\Forms\Controls\TextBase
addFilter(),
addRule(),
filterFloat(),
getEmptyValue(),
getValue(),
setEmptyValue(),
setValue(),
validateEmail(),
validateFloat(),
validateInteger(),
validateLength(),
validateMaxLength(),
validateMinLength(),
validatePattern(),
validateRange(),
validateUrl()
|
Methods inherited from Nette\Forms\Controls\BaseControl
addCondition(),
addConditionOn(),
addError(),
attached(),
cleanErrors(),
exportRules(),
getControlPrototype(),
getErrors(),
getForm(),
getHtmlId(),
getHtmlName(),
getLabel(),
getLabelPrototype(),
getOption(),
getOptions(),
getRules(),
getTranslator(),
hasErrors(),
isDisabled(),
isFilled(),
isRequired(),
loadHttpData(),
setAttribute(),
setDefaultValue(),
setDisabled(),
setHtmlId(),
setOption(),
setRequired(),
setTranslator(),
translate(),
validateEqual(),
validateFilled(),
validateValid()
|
Methods inherited from Nette\ComponentModel\Component
__clone(),
__sleep(),
__wakeup(),
detached(),
getName(),
getParent(),
lookup(),
lookupPath(),
monitor(),
unmonitor(),
validateParent()
|