Ext.create使用(下)

本文介紹第三種使用方法:html

 1           //經過類的引用實例化一個類
 2           var w1 = Ext.create(Ext.window.Window, {//類的引用
 3                title: '窗體',
 4                html:'<font color="red">測試建立窗體~~~</font>',
 5                width:600,
 6                height:300,
 7                resizable:false, 
 8                modal:true
 9           });
10           w1.show();
相關文章
相關標籤/搜索