Class enchant.widget.InputTextArea
- Defined in: widget.enchant.js
- Extends enchant.Entity
Constructor Attributes | Constructor Name and Description |
---|---|
テキストエリア.
|
Field Attributes | Field Name and Description |
---|---|
<static> |
enchant.widget.InputTextArea.focused
|
<static> |
enchant.widget.InputTextArea.height
テキストエリアの縦幅.
|
<static> |
enchant.widget.InputTextArea.placeholder
[lang]ja]
プレースホルダ.
|
<static> |
enchant.widget.InputTextArea.selectionEnd
|
<static> |
enchant.widget.InputTextArea.selectionStart
|
<static> |
enchant.widget.InputTextArea.value
テキストエリアに入力された値.
|
<static> |
enchant.widget.InputTextArea.width
テキストエリアの横幅.
|
- Fields borrowed from class enchant.Entity:
- backgroundColor, buttonMode, buttonPressed, compositeOperation, debugColor, opacity, originX, originY, rotation, scaleX, scaleY, touchEnabled, visible
- Fields borrowed from class enchant.Node:
- age, parentNode, scene, x, y
Method Summary
- Methods borrowed from class enchant.Entity:
- disableCollection
- enableCollection
- intersect
- rotate
- scale
- within
- Methods borrowed from class enchant.Node:
- moveBy
- moveTo
- Methods borrowed from class enchant.EventTarget:
- addEventListener
- clearEventListener
- dispatchEvent
- on
- removeEventListener
Class Detail
enchant.widget.InputTextArea()
テキストエリア.
Field Detail
<static>
enchant.widget.InputTextArea.focused
<static>
enchant.widget.InputTextArea.height
テキストエリアの縦幅.
<static>
enchant.widget.InputTextArea.placeholder
[lang]ja]
プレースホルダ.
[/lang]
<static>
enchant.widget.InputTextArea.selectionEnd
<static>
enchant.widget.InputTextArea.selectionStart
<static>
enchant.widget.InputTextArea.value
テキストエリアに入力された値.
<static>
enchant.widget.InputTextArea.width
テキストエリアの横幅.