Ext 下拉 选择图标(附源码+demo)

 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}]
		})
});

 

 


Ext 下拉 选择图标(附源码+demo)
 

 


Ext 下拉 选择图标(附源码+demo)
 

你可能感兴趣的:(demo)