ExtJs ButtonGroup按钮组

ExtJs ButtonGroup按钮组效果图

ExtJs ButtonGroup按钮组


源码奉上:

 {
						                xtype: 'splitbutton',
						                text: '人员操作',
//						                iconAlign: 'top',
//						                arrowAlign: 'bottom',
						                menu: [{
						                	text : '添加员工',
											icon : 'pub/images/grid/page_add.png',

						                }, ' ', '-',{
											text : '删除员工',
											icon : 'pub/images/grid/page_delete.png',


										}]
								}

下载的官方源码: http://download.csdn.net/detail/jax_zhong/6546437

你可能感兴趣的:(button)