I am using jquerymobile in my web application, I have to open html page within dialog.
I am using code below for opening html page.
> <a href="chart.html" data-rel="dialog" data-transition="pop"
> data-icon="false">Open HTML Page</a>
Page is opening with default height and width but how can i set the custom height and width of the dialog box.
The height is set by the content. To adjust the width you can override the following css class. Just be sure to put this style after the JQM stylesheet.