Extjs工具栏组件当中类型为xtype: 'tbtext'的文本元素的文本内容应该如何取值呢?
Ext.create('Ext.panel.Panel',{title:'PanelwithTextItem',width:600,height:150,tbar:[//...
Ext.create('Ext.panel.Panel', {
title: 'Panel with TextItem',
width: 600,
height: 150,
tbar: [ //定义文本格式内容
{ xtype: 'tbtext', text: 'Sample Text Item',iconCls:'testCss',id:'sample'},
.....]
例如,在这个例子当中,我们应该如何获取id='sample'的'tbtext'元素当中的text文本内容 展开
title: 'Panel with TextItem',
width: 600,
height: 150,
tbar: [ //定义文本格式内容
{ xtype: 'tbtext', text: 'Sample Text Item',iconCls:'testCss',id:'sample'},
.....]
例如,在这个例子当中,我们应该如何获取id='sample'的'tbtext'元素当中的text文本内容 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询