I’m thinking of using Ext.Window for my project. I was wondering whether it is possible to have an Ext.Window to partially shown in the Browser window?
Like half of the window got stuck out of the browser window from the left.
Cheers,
Mickey
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.
Yes, it is possible. Run this example, click the button to launch an
Ext.Window, then drag it partially out of view.But if you uncomment the
constrain: trueconfiguration, it will not be allowed to be dragged outside of the browser view.