EditBox.KeyboardReturnType 枚举
模块: cc
键盘的返回键类型
索引
DEFAULTDONESENDSEARCHGO
Details
DEFAULT
默认
| meta | description |
|---|---|
| 类型 | Number |
| 定义于 | https:/github.com/cocos-creator/engine/blob/master/cocos2d/core/components/CCEditBox.js:37 |
DONE
完成类型
| meta | description |
|---|---|
| 类型 | Number |
| 定义于 | https:/github.com/cocos-creator/engine/blob/master/cocos2d/core/components/CCEditBox.js:42 |
SEND
发送类型
| meta | description |
|---|---|
| 类型 | Number |
| 定义于 | https:/github.com/cocos-creator/engine/blob/master/cocos2d/core/components/CCEditBox.js:47 |
SEARCH
搜索类型
| meta | description |
|---|---|
| 类型 | Number |
| 定义于 | https:/github.com/cocos-creator/engine/blob/master/cocos2d/core/components/CCEditBox.js:52 |
GO
跳转类型
| meta | description |
|---|---|
| 类型 | Number |
| 定义于 | https:/github.com/cocos-creator/engine/blob/master/cocos2d/core/components/CCEditBox.js:57 |