$.modalDialogTwo = 関数(オプション) {
if ($.modalDialogTwo.handler == unknown) {// ポップアップの繰り返しを回避します
var opts = $.extend({
タイトル: ''、
幅 : 840、
身長:680、
モーダル: true、
onClose : function() {
$.modalDialogTwo.handler = 未定義;
$(this).dialog('destroy');
}、
onOpen : function() {
//parent.$.messager.progress({
// タイトル: 'ヒント',
// テキスト: 'データをロード中です。お待ちください....'
// });
}
}、オプション);
opts.modal = true; // 渡されたモーダルパラメータ
を無視して、このダイアログを強制的にモーダルにします。
return $.modalDialogTwo.handler = $('
').dialog(opts);
}
};