码迷,mamicode.com
首页 > Windows程序 > 详细

Extjs 3.4 生成button,并調用相同的window

时间:2014-12-10 15:47:46      阅读:253      评论:0      收藏:0      [点我收藏+]

标签:io   ar   sp   on   bs   cti   tt   new   nbsp   

/////定義一個方法,用來調用win_mucangjieshou的窗口

var panel_contant= function(id_name){  

      var aa=Ext.getCmp(id_name).getText();   

       //alert(aa);     

     public_gg=aa;       

   win_mucangjieshou.show();

}

//定義button

function CrateButton(id){  

   var btn=new Ext.Button({       

         height:80,        

        width:458,        

        id:id,        

        text:id,       

      handler:function(){           

         panel_contant(id);     

        }

    })  

  return btn;

}

Extjs 3.4 生成button,并調用相同的window

标签:io   ar   sp   on   bs   cti   tt   new   nbsp   

原文地址:http://www.cnblogs.com/smallman/p/4155441.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!