|
0
|
1 |
3.0.0
|
|
|
2 |
|
|
|
3 |
* Modified progressive enhancement use case, to use document
|
|
|
4 |
fragments instead of innerHTML to preserve event listeners.
|
|
|
5 |
|
|
|
6 |
* Fixed use of centered, x and y in the constructor. These all
|
|
|
7 |
needed 'lazyAdd' configuration since they had setters which
|
|
|
8 |
modified other attribute state.
|
|
|
9 |
|
|
|
10 |
3.0.0 beta 1
|
|
|
11 |
|
|
|
12 |
No changes
|
|
|
13 |
|
|
|
14 |
3.0.0PR2 - Initial release
|
|
|
15 |
|
|
|
16 |
Module Name: "overlay"
|
|
|
17 |
Documentation: http://developer.yahoo.com/yui/3/overlay
|
|
|
18 |
|
|
|
19 |
Overlay is a positionable and stackable widget, which also
|
|
|
20 |
provides support for the standard module format layout,
|
|
|
21 |
with a header, body and footer section.
|
|
|
22 |
|
|
|
23 |
The overlay is built by extending Widget and adding the
|
|
|
24 |
WidgetPosition, WidgetStack, WidgetPositionExt and
|
|
|
25 |
WidgetStdMod extensions.
|