You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 8, 2021. It is now read-only.
toddparker edited this page Jul 23, 2012
·
6 revisions
Collecting items for the 1.2 blog post
New Widget: Popups
The biggest feature of 1.2 is the new popup widget. The idea with popups is to create a flexible element that makes it easy to place any content or widget in an overlay that floats above the current page. This makes it easy to build a simple tooltip, popup form, or lightbox with this same widget.
Popups consist of a container with a data-role of popup and a link with a data-rel of popup that points to the ID of that container. When the link is clicked, the popup is shown. There are options to control whether how it's positioned, add a semi-transparent overlay layer behind the popup, add an animated transition to the popup and more.
Non-inset collapsibles
When we introduced the collapsible widget, we thought of it as a way to expand content in the page.