bhomass
31 Mar 2009, 10:56 AM
I add html fragment into a TabItem
webpageItem.add(new Html(content))
it displayed the html as text instead of rendering it as if inside a browser.
I am looking for the same effect as
new Ext.Panel {
html: htmlFragment
}
can someone give a hint?
webpageItem.add(new Html(content))
it displayed the html as text instead of rendering it as if inside a browser.
I am looking for the same effect as
new Ext.Panel {
html: htmlFragment
}
can someone give a hint?