如何在extjs4.1.3中的Ext.Img上添加显示文本?

时间:2014-01-20 04:07:25

标签: extjs

我正在尝试在text上添加展示Ext.Img .... 但他们并没有在sencha文档中提到过这样的功能。 任何人都有相同的解决方案......?

new Ext.Img({
   src: "images/blue_arrow.png",
   id:'demoImgCmp',
   title:'Demo Display Text',
   text:'Demo Display Text',
   html:'<b>Demo Display Text</b>'
})

上面的代码对我不起作用....

0 个答案:

没有答案
相关问题