顯示具有 iframe 標籤的文章。 顯示所有文章
顯示具有 iframe 標籤的文章。 顯示所有文章

2012年10月31日 星期三

Create an iFrame Window for Ext Js 4

使用 autoEL這個方式就可以

items : [{
xtype
: "component",
autoEl
: {
tag
: "iframe",
src
: "http://www.yahoo.com"
}
}]


參考網址
http://stackoverflow.com/questions/6025814/extjs-4-create-an-iframe-window