close
其中一種方式
{
xtype: "displayfield",
html: '<img src="/images/ok.png" />',
listeners: {
render: function(cmp) {
new Ext.ToolTip({
id: 'sample_tip',
target: cmp.getEl(),
html: 'tip here'
});
}
}
}
全站熱搜
留言列表