您的位置:首页 > Web前端 > JavaScript

【jsp】这两个调取弹窗页面的方式有什么区别

2016-09-30 13:49 155 查看
button:[
    {
    name: '确定',
               callback: function(){
               this.content.save();
               
return false;
               },
               focus: true
    },{
               name: '取消'
           }   
    ]

button:[
    {
    name: '确定',
               callback: function(){
               
$.dialog.list['parentDialog'].content.save();
               
return false;
               },
               focus: true
    },{
               name: '取消'
           }   
    ]
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: