Class enchant.widget.Confirm
- Defined in: widget.enchant.js
- Extends enchant.widget.EntityGroup
Constructor Attributes | Constructor Name and Description |
---|---|
enchant.widget.Confirm(content, ac, ig)
コンファームダイアログ.
|
- 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
Method Attributes | Method Name and Description |
---|---|
<static> |
enchant.widget.Confirm.onaccept()
了承ボタンが押されたときに実行される関数.
|
<static> |
enchant.widget.Confirm.oncancel()
キャンセルボタンが押されたときに実行される関数.
|
- 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.Confirm(content, ac, ig)
コンファームダイアログ.
通常enchant.widget.ConfirmSceneから使用する.
- Parameters:
- {*} content
- 表示するコンテンツ.
- {String} ac
- 了承ボタンのラベル.
- {String} ig
- キャンセルボタンのラベル.
Method Detail
-
<static> enchant.widget.Confirm.onaccept()了承ボタンが押されたときに実行される関数.
-
<static> enchant.widget.Confirm.oncancel()キャンセルボタンが押されたときに実行される関数.