摘要: 1 var radios = Ext.create('Ext.form.Panel', { 2 title: 'RadioGroup Example', 3 width: 300, 4 height: 125, 5 bodyPadding: 10, 6 renderTo: Ext.getBody(), 7 items:[{ 8 ... 阅读全文
posted @ 2017-06-27 10:50 书未来 阅读(1877) 评论(0) 推荐(0)