• EditBox.KeyboardReturnType 枚举
  • 索引
  • Details
    • DEFAULT
    • DONE
    • SEND
    • SEARCH
    • GO
    • NEXT

    EditBox.KeyboardReturnType 枚举

    模块: cc父模块: cc

    键盘的返回键类型

    索引

    • DEFAULT
    • DONE
    • SEND
    • SEARCH
    • GO
    • NEXT

    Details

    DEFAULT
    默认
    metadescription
    类型Number
    定义于cocos2d/core/components/editbox/types.js:35
    DONE
    完成类型
    metadescription
    类型Number
    定义于cocos2d/core/components/editbox/types.js:41
    SEND
    发送类型
    metadescription
    类型Number
    定义于cocos2d/core/components/editbox/types.js:47
    搜索类型
    metadescription
    类型Number
    定义于cocos2d/core/components/editbox/types.js:53
    GO
    跳转类型
    metadescription
    类型Number
    定义于cocos2d/core/components/editbox/types.js:59
    NEXT
    下一个类型
    metadescription
    类型Number
    定义于cocos2d/core/components/editbox/types.js:65