EditBox.KeyboardReturnType 枚举
键盘的返回键类型
索引
DEFAULTDONESENDSEARCHGONEXT
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 |