npm.io
0.0.2 • Published 9 years ago

citong-dialog

Licence
MIT
Version
0.0.2
Deps
0
Vulns
0
Weekly
0

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