EXTJS7 可拖拉布局分割条

...
items: [{
	// 需要使用panel才能生效
	xtype: 'panel',
	docked: 'left',
	// 分割条在左边栏panel的右侧
	resizable: {split: true, edges: 'east'}
},{...}]
...

posted on 2022-04-11 22:40  路过君  阅读(62)  评论(0编辑  收藏  举报

导航