PropertiesMethodsEventsConfig OptionsDirect Link

Class Ext.Toolbar.SplitButton

Defined In: Toolbar.js
Class: Ext.Toolbar.SplitButton
Extends: Ext.SplitButton
工具栏中一个有分隔符标志的菜单按钮

new Ext.Panel({
	tbar : [
		{
			xtype: 'tbsplit',
		   	text: 'Options',
		   	handler: optionsHandler, // handle a click on the button itself
		   	menu: new Ext.menu.Menu({
		        items: [
		        	// These items will display in a dropdown menu when the split arrow is clicked
			        {text: 'Item 1', handler: item1Handler},
			        {text: 'Item 2', handler: item2Handler},
		        ]
		   	})
		}
	]
});

配置项

配置项 定义者

公告属性

属性 定义者

公共方法

方法 定义者

公告事件

事件 定义者