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

沒有留言:

張貼留言