1.0.8 • Published 6 years ago

dialog-model v1.0.8

Weekly downloads
-
License
ISC
Repository
-
Last release
6 years ago

Welcome to Dialog-model!

这个Dialog-model是一些列的工具包

Dialog

确认对话框 Dialog.confirm(content,title)

content:内容 title:标题

提示对话框 Dialog.prompt(content, input, title)

content:内容 input:输入框 title:标题

警告框 Dialog.alert(content, title)

content:内容 title:标题

提示框 Dialog.toast(content, duration)

content:内容 duration:显示的时长

JSWatcher 事件监听器

JSWatcher. trigger(key)

含义:触发事件

  • eg:JSWatcher. trigger(''click')

JSWatcher. init(key)

含义:初始化事件

  • eg:JSWatcher. init(''click')

JSWatcher. addEventListener(key,event)

含义:注册事件

  • eg:JSWatcher. addEventListener(''click',()=>{})
1.0.8

6 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago