?Ext.onReady(function() { new Ext.form.FormPanel({ height:300, width:300, renderTo:Ext.getBody(), padding:'50 10 50 10', items:[{ xtype : 'piccombo', fieldLabel : '选择图标', name : 'ITEM_ICO', anchor : "95%", colnum : 3, picWidth : 40, picHeight : 40}] }) });
?
?
?
?
?