• EditBox.InputMode 枚举
  • 索引
  • Details
    • ANY
    • EMAIL_ADDR
    • NUMERIC
    • PHONE_NUMBER
    • URL
    • DECIMAL
    • SINGLE_LINE

    EditBox.InputMode 枚举

    模块: cc父模块: cc

    输入模式

    索引

    • ANY
    • EMAIL_ADDR
    • NUMERIC
    • PHONE_NUMBER
    • URL
    • DECIMAL
    • SINGLE_LINE

    Details

    ANY
    用户可以输入任何文本,包括换行符。
    metadescription
    类型Number
    定义于cocos2d/core/components/editbox/types.js:80
    EMAIL_ADDR
    允许用户输入一个电子邮件地址。
    metadescription
    类型Number
    定义于cocos2d/core/components/editbox/types.js:86
    NUMERIC
    允许用户输入一个整数值。
    metadescription
    类型Number
    定义于cocos2d/core/components/editbox/types.js:92
    PHONE_NUMBER
    允许用户输入一个电话号码。
    metadescription
    类型Number
    定义于cocos2d/core/components/editbox/types.js:98
    URL
    允许用户输入一个 URL。
    metadescription
    类型Number
    定义于cocos2d/core/components/editbox/types.js:104
    DECIMAL
    允许用户输入一个实数。
    metadescription
    类型Number
    定义于cocos2d/core/components/editbox/types.js:110
    SINGLE_LINE
    除了换行符以外,用户可以输入任何文本。
    metadescription
    类型Number
    定义于cocos2d/core/components/editbox/types.js:119