摘要: 1 Ext.onReady(function(){ 2 Ext.QuickTips.init(); 3 var myfrm = new Ext.FormPanel({ 4 frame:true, 5 title:"Radio例子", 6 width:330, 7 renderTo:Ext.getBody(), 8 items:[{ 9 xtype:"radiogroup",10 layout:"column",11 field... 阅读全文
posted @ 2013-01-10 22:36 psy5choit 阅读(165) 评论(0) 推荐(0)