Licence Platekeyboard

<<<<<<< .mine / Title: licencePlatekeyboard Description: licencePlatekeyboard /

来自于:AC模块工作室立即使用

open close show hide changeContent

概述

licencePlatekeyboard 封装了车牌键盘功能;

open

打开

open(callback(ret))

callback(ret)

ret:

  • 类型:JSON 对象内部字段:
  1. {
  2. =======
  3. /*
  4. Title: licencePlatekeyboard
  5. Description: licencePlatekeyboard
  6. */
  7. <p style="color: #ccc; margin-bottom: 30px;">来自于:AC模块工作室<a style="background-color: #95ba20; color:#fff; padding:4px 8px;border-radius:5px;margin-left:30px; margin-bottom:0px; font-size:12px;text-decoration:none;" target="_blank" href="//apicloud.com/mod_detail/licencePlatekeyboard">立即使用</a></p>
  8. <ul id="tab" class="clearfix">
  9. <li class="active"><a href="#method-content">Method</a></li>
  10. </ul>
  11. <div id="method-content">
  12. <div class="outline">
  13. [open](#1)
  14. [close](#2)
  15. [show](#3)
  16. [hide](#4)
  17. [changeType](#5)
  18. </div>
  19. #**概述**
  20. licencePlatekeyboard 封装了车牌键盘功能;
  21. <div id="1"></div>
  22. #**open**
  23. 打开
  24. open(callback(ret))
  25. ##callback(ret)
  26. ret
  27. - 类型:JSON 对象内部字段:
  28. ```js
  29. {
  30. >>>>>>> .r13232
  31. clickListener: '京', // 字符串类型;点击时触发的回调数据;
  32. }

示例代码

  1. var licencePlatekeyboard = api.require('licencePlatekeyboard');
  2. licencePlatekeyboard.open(function(ret) {
  3. alert(JSON.stringify(ret));
  4. });

可用性

iOS系统,Android系统

可提供的1.0.0及更高版本

close

关闭

close()

示例代码

  1. var licencePlatekeyboard = api.require('licencePlatekeyboard');
  2. licencePlatekeyboard.close();

可用性

iOS系统,Android系统

可提供的1.0.0及更高版本

show

显示

show(callback()

示例代码

  1. var licencePlatekeyboard = api.require('licencePlatekeyboard');
  2. licencePlatekeyboard.show();

可用性

iOS系统,Android系统

可提供的1.0.0及更高版本

hide

隐藏

hide() <<<<<<< .mine

示例代码

  1. var licencePlatekeyboard = api.require('licencePlatekeyboard');
  2. licencePlatekeyboard.hide();

可用性

iOS系统,Android系统

可提供的1.0.0及更高版本

示例代码

  1. var licencePlatekeyboard = api.require('licencePlatekeyboard');
  2. licencePlatekeyboard.hide();

可用性

iOS系统,Android系统

可提供的1.0.0及更高版本

changeType

更换键盘类型(仅android支持)

changeType({})

params

toNumber

  • 类型:布尔类型
  • 描述:(可选项)键盘是否切换至数字
  • 默认值:true

示例代码

  1. var licencePlatekeyboard = api.require('licencePlatekeyboard');
  2. licencePlatekeyboard.changeType({
  3. toNumber:true,
  4. });

可用性

Android系统

可提供的1.0.0及更高版本