citong-dialog

0.0.2 • Public • Published

The alert/confirm dialog for html;

usage

/** hide dialog */
function hideDialog()
/**
* ctx.content:  内容文字.
* ctx.confirm: function(){} // 点击确认键的回调.
* ctx.okText
*/
function showAlert(ctx)

image

/**
* ctx.content:  内容文字.
* ctx.confirm: function(){} // 点击确认键的回调.
* ctx.cancel:  function(){} // 点击取消键的回调.
* ctx.okText:
* ctx.cancelText:
*/
function showConfirm(ctx)

image

Readme

Keywords

none

Package Sidebar

Install

npm i citong-dialog

Weekly Downloads

1

Version

0.0.2

License

MIT

Last publish

Collaborators

  • brainpoint