Select menu: Overlay vs New page. How to create overlay menu in a dialog page?
Hi to All,
I try to use a simple select menu on a dialog page. (see example below). If I copy this code to a normal page it renders itself as an overlay. Unfortunately if I copy the _very_ same code to a dialog page it creates a new pop up _page_.
Is there any way to achieve the same rendering in a dialog page as in a normal page?
thx.
(sorry for this formatting. This sample is exactly the same as the demo from
<div data-role="fieldcontain"> <label for="select-choice-1" class="select">Choose shipping method:</label> <select name="select-choice-1" id="select-choice-1"> <option value="standard">Standard: 7 day</option> <option value="rush">Rush: 3 days</option> <option value="express">Express: next day</option> <option value="overnight">Overnight</option> </select> </div>