- EditBox.KeyboardReturnType 枚举
- 索引
- Details
- DEFAULT
- DONE
- SEND
- SEARCH
- GO
- NEXT
EditBox.KeyboardReturnType 枚举
模块: cc父模块: cc
键盘的返回键类型
索引
DEFAULT
DONE
SEND
SEARCH
GO
NEXT
Details
DEFAULT
默认
meta | description |
---|---|
类型 | Number |
定义于 | cocos2d/core/components/editbox/types.js:35 |
DONE
完成类型
meta | description |
---|---|
类型 | Number |
定义于 | cocos2d/core/components/editbox/types.js:41 |
SEND
发送类型
meta | description |
---|---|
类型 | Number |
定义于 | cocos2d/core/components/editbox/types.js:47 |
SEARCH
搜索类型
meta | description |
---|---|
类型 | Number |
定义于 | cocos2d/core/components/editbox/types.js:53 |
GO
跳转类型
meta | description |
---|---|
类型 | Number |
定义于 | cocos2d/core/components/editbox/types.js:59 |
NEXT
下一个类型
meta | description |
---|---|
类型 | Number |
定义于 | cocos2d/core/components/editbox/types.js:65 |