Documentation generator: JsDoc Toolkit 2.4.0
Template: Codeview 1.2
Generated on: 2016-0-4 21:24

Class enchant.widget.InputSelectBox

Class Summary
Constructor Attributes Constructor Name and Description
 
セレクトボックス.
Field Summary
Field Attributes Field Name and Description
<static>  
enchant.widget.InputSelectBox.selected
選択されている項目.
Fields borrowed from class enchant.Entity:
backgroundColor, buttonMode, buttonPressed, compositeOperation, debugColor, height, opacity, originX, originY, rotation, scaleX, scaleY, touchEnabled, visible, width
Fields borrowed from class enchant.Node:
age, parentNode, scene, x, y

Class Detail

enchant.widget.InputSelectBox(option)
セレクトボックス.
  var option = {
      male: '男',
      female: '女'
  };
  var selectbox = new InputSelectBox(option);
Parameters:
{*} option
オプションに設定する値.

Field Detail

<static> enchant.widget.InputSelectBox.selected
選択されている項目.