- Moye 开发规则
- Module: MoyeUtils 工具方法
- Class: Moye
- Class: Resource
- Class: Scene
- Class: ServiceClient
- 按钮 / Button
- 日历 / Calendar
- 城市选择器 / City
- 对话框 / Dialog
- 懒图片 / LazyImg
- 走马灯 / Marquee
- 翻页器 / Pager
- 浮层 / Popup
- 评分 / Rating
- 下拉框 / Select
- 轮播图 / Slider
- 选项卡 / Tab
- 文本框 / TextBox
- 提示 / Tip
- 表单 / Form
- 单复选框 / BoxGroup
- 开始 / get started
- 最佳实践 / best practice
- 开发指南 / introduction
- 插件 / Plugin
- 生命周期 / life cycle
- 皮肤 / skin
- 继承 / inherits
文章来源于网络收集而来,版权归原创者所有,如有侵权请及时联系!
Module: MoyeUtils 工具方法
Methods
<static> addClass(obj, cls)
- addClass 给 dom 增加 class
Parameters:
Name Type Description obj
Object DOM对象 cls
String class名称
<static> getType(obj)
- getType 获取参数类型
Parameters:
Name Type Description obj
* 任意元素 Returns:
<object [String,Object,Array,Element···]>
- Type
- String
<static> hasClass(obj, cls)
- hasClass dom是否存在class
Parameters:
Name Type Description obj
Object DOM对象 cls
String class名称 Returns:
true/false
- Type
- Boolean
<static> isBlitz()
- isBlitz 是否为blitz
Returns:
true/false
- Type
- Boolean
<static> parseToDOM(str)
- parseToDOM 字符串转DOM对象
Parameters:
Name Type Description str
String DOM字符串 Returns:
<object Element>
- Type
- Object
<static> printLog(message)
- printLog log输出
Parameters:
Name Type Description message
String 需要输出的内容
<static> removeClass(obj, cls)
- removeClass 给dom删除class
Parameters:
Name Type Description obj
Object DOM对象 cls
String class名称
<static> setDefaultKeyEvent(value)
- setDefaultKeyEvent 设置是否阻塞系统默认按键事件
Parameters:
Name Type Description value
Boolean false代表由系统处理,true代表应用处理后不再向上传递给系统
<static> writeFile(param, success, fail)
- writeFile 给dom删除class
Parameters:
Name Type Description param
Object 配置参数 Properties
Name Type Description filename
String 文件名称 mode
String 模式 data
String 内容 success
Funtion(Event) 成功回调 fail
Funtion(Event) 失败回调
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论