EWA DEMO emp-script emp-script-utils emp-script-static ffmpeg-utils weixin

EWA.UI.Msg使用说明

2016-08-17

EWA.UI.Msg

消息框

使用说明

EWA.UI.Msg.Show(txtMsg, buttons, txtCaption, txtIcon);
EWA.UI.Msg.ShowInfo(txtMsg, buttons, txtCaption);
EWA.UI.Msg.ShowError(txtMsg, buttons);
EWA.UI.Msg.Alert(txtMsg, txtCaption);
EWA.UI.Msg.Confirm(txtMsg, txtCaption, yesFunction, noFunction);
EWA.UI.Msg.Tip(msg, interval);
    interval如果是function,返回ture隐藏
.
.
.

简写:
$Confirm = EWA.UI.Msg.Confirm;
$Tip = EWA.UI.Msg.Tip;
$TipBR = EWA.UI.Msg.TipBR;
$TipBL = EWA.UI.Msg.TipBL;
$TipTR = EWA.UI.Msg.TipTR;
$TipTL = EWA.UI.Msg.TipTL;