当前位置: 代码迷 >> Web前端 >> Ext 上拉 选择图标(附源码+demo)
  详细解决方案

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

热度:345   发布时间:2012-09-01 09:33:03.0
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}]
		})
});

?

?



?

?



?

  相关解决方案