Class CC_TextArea
- CC_HTMLElement
- CC_Field
- CC_TextArea
Methods summary
public
|
#
__construct( string $name, string $label, integer $rows = 5, string $required = false, string $fieldWidth = false, string $class = '', string $autofocus = false )
|
public
html
|
Methods inherited from CC_Field
formLabel()
,
getError()
,
getFieldId()
,
getFieldName()
,
getFieldType()
,
getLabel()
,
hasError()
,
hasHint()
,
helpText()
,
helpTextOnError()
,
isRequired()
,
isValid()
,
setError()
,
setHint()
,
setValue()
Methods inherited from CC_HTMLElement
__toString()
,
getBootstrapClasses()
,
getClass()
,
getForm()
,
getName()
,
getValue()
,
setForm()
,
setName()
,
wrapInput()
,
wrapRow()