Suppose you’re using YUI 3.2 and you’d like a modal dialog. YUI 3 Overlay provides an easy way to position an element above the others, but it doesn’t provide modality. The Overlay Extras gallery module sounds perfect, but it seems to work best with YUI 3.1.0.
YUI 2 has exactly what we’re looking for in its Panel widget. Fortunately, the YUI 2in3 project makes the Panel available in YUI 3.2.
The sample code below demonstrates usage, and you can see a demo on
demo-deluxe.heroku.com/static/1/index.html.
[sourcecode lang=“html”]
<!-- modal dialog content markup –>