Ext.toolbar.Toolbar上除了能够增加文字内容之外,能够动态添加图标吗
Ext.create('Ext.panel.Panel',{title:'PanelwithTextItem',width:300,height:150,tbar:[/{...
Ext.create('Ext.panel.Panel', {
title: 'Panel with TextItem',
width: 300,
height: 150,
tbar: [ /
{ xtype: 'tbtext', text: 'Sample Text Item' }
],
renderTo: Ext.getBody()
});
比如,是否能够添加:
HtmlElement,标准的HTML元素 展开
title: 'Panel with TextItem',
width: 300,
height: 150,
tbar: [ /
{ xtype: 'tbtext', text: 'Sample Text Item' }
],
renderTo: Ext.getBody()
});
比如,是否能够添加:
HtmlElement,标准的HTML元素 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询