Class TextArea
This is a multi-line text input field.
A console widget is a readonly text area where strings can only be appended
(see appendOnly attribute)
Attributes:
- dimensions
- appendOnly
- data
-
Nethgui\Widget\AbstractWidget
implements
Nethgui\Renderer\WidgetInterface,
Nethgui\Log\LogConsumerInterface
-
Nethgui\Widget\XhtmlWidget
implements
Nethgui\View\CommandReceiverInterface
-
Nethgui\Widget\Xhtml\TextArea
Methods summary
protected
array
|
#
getJsWidgetTypes( )
Get the js types required by this widget class.
Get the js types required by this widget class.
Each element of the returned array is a string :
Returns
array An array of required js widget types
Api
Overrides
|
protected
|
|
Methods inherited from Nethgui\Widget\XhtmlWidget
applyDefaultLabelAlignment(),
canEscapeUnobstrusive(),
closeTag(),
controlTag(),
escapeUnobstrusive(),
executeCommand(),
getChoices(),
getControlName(),
getRenderer(),
getTranslateClosure(),
hashToDatasource(),
insertPlugins(),
labeledControlTag(),
openTag(),
optGroups(),
render(),
selfClosingTag()
|
Methods inherited from Nethgui\Widget\AbstractWidget
__construct(),
__toString(),
getAttribute(),
getChildren(),
getClientEventTarget(),
getInstanceCounter(),
getLog(),
hasAttribute(),
hasChildren(),
insert(),
prepend(),
renderChildren(),
setAttribute(),
setLog(),
wrapChild()
|