Class TEXTAREA
Text area tag.
- Core\Object implements Core\Chainable
- Core\Set implements Core\Accessor
- Core\Set\Mutable implements Core\Mutator
- Core\View\Driver\htmlbuilder\Node
- Core\View\Driver\htmlbuilder\Text
- Core\View\Driver\htmlbuilder\Tags\TEXTAREA
Package: Core\View\HTMLBuilder\Tags
Since: 3.0
Requires: PHP 5.3
Version: 1.1
Located at View/Driver/htmlbuilder/Tags/TEXTAREA.inc.php
Methods summary
protected
|
#
__construct(
Node constructor. |
public
string
|
|
public
|
#
setEnabled( boolean $isEnabled )
Sets the enabled-state of the input. A disabled input is represented
by an existing |
public
|
#
setName( string $name )
Sets the name of the input. Stored as the ID instead; the |
public
|
#
setValue( string $value )
Alias for |
Methods inherited from Core\View\Driver\htmlbuilder\Node
__clone()
,
_parseClasses()
,
addClass()
,
append()
,
cdata()
,
derive()
,
extend()
,
id()
,
issetStyle()
,
js()
,
jsCDATA()
,
safeID()
,
setAllowsShortTag()
,
setAttribute()
,
setAttributes()
,
setId()
,
setStyle()
,
setTitle()
,
text()
,
verbatim()
Methods inherited from Core\Set\Mutable
Methods inherited from Core\Object
__autocreateFactory()
,
__call()
,
__processParameters()
,
attachMethod()
,
chain()
,
getValueForKey()
,
getValueForKeyPath()
,
getValueForUndefinedKey()
,
hash()
,
issetValueForKey()
,
setValueForKey()
,
setValueForKeyPath()
,
setValueForUndefinedKey()
,
uuid()
Constants summary
Constants inherited from Core\View\Driver\htmlbuilder\Node
Constants inherited from Core\Object
AnyParameterType
,
AutochainParameterType
,
AutocreateParameterType
,
BooleanParameterType
,
CharParameterType
,
EnumParameterType
,
IntegerParameterType
,
RealParameterType
,
StringParameterType
,
UserParameterType
Properties summary
Properties inherited from Core\View\Driver\htmlbuilder\Node
$_id
,
$_safeID
,
$_v_attributeClass
,
$_v_attributes
,
$_v_children
,
$_v_classes
,
$_v_proxy
,
$_v_styles
,
$_v_type
Magic properties inherited from Core\View\Driver\htmlbuilder\Node
$attributeClass
,
$attributes
,
$classes
,
$id
,
$proxy
,
$safeID
,
$styles
,
$type