摘要:
在实际运用到的过程中artdialog弹出框下面的按钮不止一个可以自己定义多个按钮function view_show(cust_id){$.dialog({ id: 'view_cust', width: '737px', title: '客户信息查看', lock: true, button:[ {name:'上一条', callback:function(){ cust_id = c.getPrevCustomer(cust_id); if(!cust_id){ return false; } this.cont... 阅读全文
posted @ 2013-12-24 15:54
蛋蛋的小家
阅读(5426)
评论(0)
推荐(0)