jQuery MiniUI

标题: mini.alert(message, title, callback) [打印本页]

作者: 506011488    时间: 2015-6-18 16:46:31     标题: mini.alert(message, title, callback)

mini.alert(message, title, callback)
第二个参数我不填,默认是“提醒”


但是我调用en_US.js  英文语言js,它还是提醒,这是不是问题

作者: felt    时间: 2015-6-18 17:09:20

打开你的这个en_US.js文件,看没有这些
  1. /* MessageBox
  2. -----------------------------------------------------------------------------*/
  3. if (mini.MessageBox) {
  4.     mini.copyTo(mini.MessageBox, {
  5.         alertTitle: "Alert",
  6.         confirmTitle: "Confirm",
  7.         prompTitle: "Prompt",
  8.         prompMessage: "Input content: ",
  9.         buttonText: {
  10.             ok: "Ok", //"OK",
  11.             cancel: "Cancel", //"Cancel",
  12.             yes: "Yes", //"Yes",
  13.             no: "No"//"No"
  14.         }
  15.     });
  16. };
复制代码

作者: 506011488    时间: 2015-6-18 17:16:19

felt 发表于 2015-6-18 17:09
打开你的这个en_US.js文件,看没有这些

没有,我的版本可能比较旧。我明白了谢谢
作者: felt    时间: 2015-6-18 17:17:03

506011488 发表于 2015-6-18 17:16
没有,我的版本可能比较旧。我明白了谢谢

嗯,下载最新版本




欢迎光临 jQuery MiniUI (http://miniui.com/discuss/) Powered by Discuz! X2