Is there a way to maximize a Jquery UI Dialog to the browser size (max width / height)?
Update:
I am using the answer from this question to get the height and width of the browser, and setting the height and the width properties of the Dialog.
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.
Looking at the manual, there are
height,width,maxHeight,maxWidthproperties you will need to use. To resize it to whatever browser window size is, you will have to use theresizeevent which van be seen by clicking on theeventstab on the manual.