Class enchant.widget.InputTextBox
- Defined in: widget.enchant.js
- Extends enchant.widget.Input
Constructor Attributes | Constructor Name and Description |
---|---|
テキストボックス.
|
Field Attributes | Field Name and Description |
---|---|
<static> |
enchant.widget.InputTextBox.focused
|
<static> |
enchant.widget.InputTextBox.height
テキストボックスの縦幅.
|
<static> |
enchant.widget.InputTextBox.placeholder
プレースホルダ.
|
<static> |
enchant.widget.InputTextBox.selectionEnd
|
<static> |
enchant.widget.InputTextBox.selectionStart
|
<static> |
enchant.widget.InputTextBox.value
テキストボックスに入力された値.
|
<static> |
enchant.widget.InputTextBox.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.InputTextBox()
テキストボックス.
Field Detail
<static>
enchant.widget.InputTextBox.focused
<static>
enchant.widget.InputTextBox.height
テキストボックスの縦幅.
<static>
enchant.widget.InputTextBox.placeholder
プレースホルダ.
<static>
enchant.widget.InputTextBox.selectionEnd
<static>
enchant.widget.InputTextBox.selectionStart
<static>
enchant.widget.InputTextBox.value
テキストボックスに入力された値.
<static>
enchant.widget.InputTextBox.width
テキストボックスの横幅.