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?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I think
autoElis what you are looking for…Some advice from me, in Ext 4.x don’t use
autoElas awindowconfig property, it can make your window malformed.. I suggest you to useautoElin acomponent(items of your window)The code above is better than
Note: currenty you can’t load Google and Facebook inside an iframe