New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

dialog-model

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

dialog-model

dialog

unpublished
latest
npmnpm
Version
1.0.8
Version published
Maintainers
1
Created
Source

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',()=>{})

Keywords

dialog

FAQs

Package last updated on 21 May 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts