Overlay.js revision d688dc20f16a5670ba8ce729826ad65bc50160a8
6675N/A * A basic Overlay Widget, which can be positioned based on Page XY co-ordinates and is stackable (z-index support).
6675N/A * It also provides alignment and centering support and uses a standard module format for it's content, with header,
6675N/AY.Overlay = Y.Base.build("overlay", Y.Widget, [Y.WidgetPosition, Y.WidgetStack, Y.WidgetPositionExt, Y.WidgetStdMod]);