I am in need of creating an iFrame Window in Extjs. Previously in ExtJS 3.x I would do this:
bodyCfg: {
tag: 'iframe'
}
But the Window Class of ExtJS 4 seems not to have a bodyCfg.
Any ideas on how to make an iFrame ExtJS 4 Window?
|
I am in need of creating an iFrame Window in Extjs. Previously in ExtJS 3.x I would do this:
But the Any ideas on how to make an iFrame ExtJS 4 Window? |
|||
|
|
|
i think some advice from me, in Ext 4.. don't use
above code is better than
note:currenty you can't load google and facebook inside the iframe |
||||
|
|
|
In case you want to change the iframe src dynamically. --Thanks.
|
||||
|
|