Simple status box for the sidebar.
[elgg_plugins.git] / yui / docs / YAHOO.widget.Overlay.html
blob45d6773aacb81875c789514597c66716e97720b8
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2 <html>
3 <head>
4 <title>API: container YAHOO.widget.Overlay (YUI Library)</title>
5 <link rel="stylesheet" type="text/css" href="assets/api.css">
6 </head>
8 <body id="yahoo-com">
9 <div id="doc3" class="yui-t2">
11 <div id="hd">
12 <h1>Yahoo! UI Library</h1>
13 <h3>Container&nbsp; <span class="subtitle">2.2.0</span></h3>
14 <p>
15 <a href="./index.html">Yahoo! UI Library</a>
16 &gt; <a href="./module_container.html">container</a>
17 &gt; YAHOO.widget.Overlay
19 </p>
20 </div>
22 <div id="bd">
23 <div id="yui-main">
24 <div class="yui-b">
27 <h2>
32 Class <b>YAHOO.widget.Overlay</b>
33 <span class="extends">
34 - extends <a href="YAHOO.widget.Module.html">YAHOO.widget.Module</a>
35 </span>
37 <span class="extends">
38 </span>
40 </code>
41 </h2>
42 <!-- class tree goes here -->
44 <dl class="subclasses">
45 <dt>Known Subclasses:</dd>
46 <dd>
47 <a href="YAHOO.widget.Panel.html">YAHOO.widget.Panel</a>
48 <a href="YAHOO.widget.Menu.html">YAHOO.widget.Menu</a>
49 <a href="YAHOO.widget.Tooltip.html">YAHOO.widget.Tooltip</a>
50 </dd>
51 </dl>
55 <div class="summary description">
56 Overlay is a Module that is absolutely positioned above the page flow. It has convenience methods for positioning and sizing, as well as options for controlling zIndex and constraining the Overlay's position to the current visible viewport. Overlay also contains a dynamicly generated IFRAME which is placed beneath it for Internet Explorer 6 and 5.x so that it will be properly rendered above SELECT elements.
57 </div>
59 <div class="section constructor details">
60 <h3><a name="constructor_detail">Constructor</a></h3>
61 <div class="content">
62 <div class="detail">
63 <strong>YAHOO.widget.Overlay</strong>
64 <code>
73 userConfig
75 </code>
76 <div class="description">
77 <dl>
78 <dt>Parameters:</dt>
79 <dd>
80 <code>el
81 &lt;String&gt;
82 </code>
83 The element ID representing the Overlay <em>OR</em>
84 </dd>
85 <dd>
86 <code>el
87 &lt;HTMLElement&gt;
88 </code>
89 The element representing the Overlay
90 </dd>
91 <dd>
92 <code>userConfig
93 &lt;Object&gt;
94 </code>
95 The configuration object literal containing 10/23/2006the configuration that should be set for this Overlay. See configuration documentation for more details.
96 </dd>
97 </dl>
100 </div>
101 </div>
102 </div>
103 </div>
105 <div class="section field details">
106 <h3><a name="field_detail">Properties</a></h3>
107 <div class="content">
108 <h4><a name="YAHOO.widget.Overlay._initialized">YAHOO.widget.Overlay._initialized</a>
109 <code>- private Boolean</code>
110 </h4>
111 <div class="detail">
112 <div class="description">
113 A boolean that indicated whether the window resize and scroll events have already been subscribed to.
114 </div>
115 </div>
120 <hr />
121 <h4><a name="YAHOO.widget.Overlay.BOTTOM_LEFT">YAHOO.widget.Overlay.BOTTOM_LEFT</a>
122 <code>- static final String</code>
123 </h4>
124 <div class="detail">
125 <div class="description">
126 Constant representing the top bottom left corner of an element, used for configuring the context element alignment
127 </div>
128 </div>
133 <hr />
134 <h4><a name="YAHOO.widget.Overlay.BOTTOM_RIGHT">YAHOO.widget.Overlay.BOTTOM_RIGHT</a>
135 <code>- static final String</code>
136 </h4>
137 <div class="detail">
138 <div class="description">
139 Constant representing the bottom right corner of an element, used for configuring the context element alignment
140 </div>
141 </div>
146 <hr />
147 <h4><a name="YAHOO.widget.Overlay.CSS_OVERLAY">YAHOO.widget.Overlay.CSS_OVERLAY</a>
148 <code>- static final String</code>
149 </h4>
150 <div class="detail">
151 <div class="description">
152 Constant representing the default CSS class used for an Overlay
153 </div>
154 </div>
159 <hr />
160 <h4><a name="YAHOO.widget.Overlay.IFRAME_SRC">YAHOO.widget.Overlay.IFRAME_SRC</a>
161 <code>- static final String</code>
162 </h4>
163 <div class="detail">
164 <div class="description">
165 The URL that will be placed in the iframe
166 </div>
167 </div>
172 <hr />
173 <h4><a name="YAHOO.widget.Overlay.TOP_LEFT">YAHOO.widget.Overlay.TOP_LEFT</a>
174 <code>- static final String</code>
175 </h4>
176 <div class="detail">
177 <div class="description">
178 Constant representing the top left corner of an element, used for configuring the context element alignment
179 </div>
180 </div>
185 <hr />
186 <h4><a name="YAHOO.widget.Overlay.TOP_RIGHT">YAHOO.widget.Overlay.TOP_RIGHT</a>
187 <code>- static final String</code>
188 </h4>
189 <div class="detail">
190 <div class="description">
191 Constant representing the top right corner of an element, used for configuring the context element alignment
192 </div>
193 </div>
198 <hr />
201 </div>
202 </div>
204 <div class="section field inheritance">
205 <h4>Properties inherited from <a href="YAHOO.widget.Module.html">YAHOO.widget.Module</a>:</h4>
206 <div class="content">
207 <code>
209 <a href="YAHOO.widget.Module.html#body">body</a>,
210 <a href="YAHOO.widget.Module.html#browser">browser</a>,
211 <a href="YAHOO.widget.Module.html#cfg">cfg</a>,
212 <a href="YAHOO.widget.Module.html#contructor">contructor</a>,
213 <a href="YAHOO.widget.Module.html#element">element</a>,
214 <a href="YAHOO.widget.Module.html#footer">footer</a>,
215 <a href="YAHOO.widget.Module.html#header">header</a>,
216 <a href="YAHOO.widget.Module.html#id">id</a>,
217 <a href="YAHOO.widget.Module.html#imageRoot">imageRoot</a>,
218 <a href="YAHOO.widget.Module.html#isSecure">isSecure</a>,
219 <a href="YAHOO.widget.Module.html#platform">platform</a>
220 </code>
221 </div>
222 </div>
224 <div class="section method details">
225 <h3><a name="methodDetails">Methods</a></h3>
226 <div class="content">
227 <h4>
228 <a name="align">align</a></h4>
229 <div class="detail">
230 <code>
234 void
235 <strong>align</strong>
239 elementAlign
243 contextAlign
247 </code>
249 <div class="description">
250 Aligns the Overlay to its context element using the specified corner points (represented by the constants TOP_LEFT, TOP_RIGHT, BOTTOM_LEFT, and BOTTOM_RIGHT.
251 </div>
253 <div class="description">
255 <dl>
256 <dt>Parameters:</dt>
257 <dd>
258 <code>elementAlign &lt;String&gt;</code>
259 The String representing the corner of the Overlay that should be aligned to the context element
260 </dd>
261 <dd>
262 <code>contextAlign &lt;String&gt;</code>
263 The corner of the context element that the elementAlign corner should stick to.
264 </dd>
265 </dl>
267 <dl>
268 <dt>Returns:
269 <code>
270 void
271 </code></dt>
272 <dd></dd>
273 </dl>
275 </div>
277 </div>
278 <hr />
279 <h4>
280 <a name="center">center</a></h4>
281 <div class="detail">
282 <code>
286 void
287 <strong>center</strong>
290 </code>
292 <div class="description">
293 Centers the container in the viewport.
294 </div>
296 <div class="description">
299 <dl>
300 <dt>Returns:
301 <code>
302 void
303 </code></dt>
304 <dd></dd>
305 </dl>
307 </div>
309 </div>
310 <hr />
311 <h4>
312 <a name="configConstrainToViewport">configConstrainToViewport</a></h4>
313 <div class="detail">
314 <code>
318 void
319 <strong>configConstrainToViewport</strong>
323 type
327 args
335 </code>
337 <div class="description">
338 The default event handler fired when the "constraintoviewport" property is changed.
339 </div>
341 <div class="description">
343 <dl>
344 <dt>Parameters:</dt>
345 <dd>
346 <code>type &lt;String&gt;</code>
347 The CustomEvent type (usually the property name)
348 </dd>
349 <dd>
350 <code>args &lt;Object[]&gt;</code>
351 The CustomEvent arguments. For configuration handlers, args[0] will equal the newly applied value for the property.
352 </dd>
353 <dd>
354 <code>obj &lt;Object&gt;</code>
355 The scope object. For configuration handlers, this will usually equal the owner.
356 </dd>
357 </dl>
359 <dl>
360 <dt>Returns:
361 <code>
362 void
363 </code></dt>
364 <dd></dd>
365 </dl>
367 </div>
369 </div>
370 <hr />
371 <h4>
372 <a name="configContext">configContext</a></h4>
373 <div class="detail">
374 <code>
378 void
379 <strong>configContext</strong>
383 type
387 args
395 </code>
397 <div class="description">
398 The default event handler fired when the "context" property is changed.
399 </div>
401 <div class="description">
403 <dl>
404 <dt>Parameters:</dt>
405 <dd>
406 <code>type &lt;String&gt;</code>
407 The CustomEvent type (usually the property name)
408 </dd>
409 <dd>
410 <code>args &lt;Object[]&gt;</code>
411 The CustomEvent arguments. For configuration handlers, args[0] will equal the newly applied value for the property.
412 </dd>
413 <dd>
414 <code>obj &lt;Object&gt;</code>
415 The scope object. For configuration handlers, this will usually equal the owner.
416 </dd>
417 </dl>
419 <dl>
420 <dt>Returns:
421 <code>
422 void
423 </code></dt>
424 <dd></dd>
425 </dl>
427 </div>
429 </div>
430 <hr />
431 <h4>
432 <a name="configFixedCenter">configFixedCenter</a></h4>
433 <div class="detail">
434 <code>
438 void
439 <strong>configFixedCenter</strong>
443 type
447 args
455 </code>
457 <div class="description">
458 The default event handler fired when the "fixedcenter" property is changed.
459 </div>
461 <div class="description">
463 <dl>
464 <dt>Parameters:</dt>
465 <dd>
466 <code>type &lt;String&gt;</code>
467 The CustomEvent type (usually the property name)
468 </dd>
469 <dd>
470 <code>args &lt;Object[]&gt;</code>
471 The CustomEvent arguments. For configuration handlers, args[0] will equal the newly applied value for the property.
472 </dd>
473 <dd>
474 <code>obj &lt;Object&gt;</code>
475 The scope object. For configuration handlers, this will usually equal the owner.
476 </dd>
477 </dl>
479 <dl>
480 <dt>Returns:
481 <code>
482 void
483 </code></dt>
484 <dd></dd>
485 </dl>
487 </div>
489 </div>
490 <hr />
491 <h4>
492 <a name="configHeight">configHeight</a></h4>
493 <div class="detail">
494 <code>
498 void
499 <strong>configHeight</strong>
503 type
507 args
515 </code>
517 <div class="description">
518 The default event handler fired when the "height" property is changed.
519 </div>
521 <div class="description">
523 <dl>
524 <dt>Parameters:</dt>
525 <dd>
526 <code>type &lt;String&gt;</code>
527 The CustomEvent type (usually the property name)
528 </dd>
529 <dd>
530 <code>args &lt;Object[]&gt;</code>
531 The CustomEvent arguments. For configuration handlers, args[0] will equal the newly applied value for the property.
532 </dd>
533 <dd>
534 <code>obj &lt;Object&gt;</code>
535 The scope object. For configuration handlers, this will usually equal the owner.
536 </dd>
537 </dl>
539 <dl>
540 <dt>Returns:
541 <code>
542 void
543 </code></dt>
544 <dd></dd>
545 </dl>
547 </div>
549 </div>
550 <hr />
551 <h4>
552 <a name="configIframe">configIframe</a></h4>
553 <div class="detail">
554 <code>
558 void
559 <strong>configIframe</strong>
563 type
567 args
575 </code>
577 <div class="description">
578 The default event handler fired when the "iframe" property is changed.
579 </div>
581 <div class="description">
583 <dl>
584 <dt>Parameters:</dt>
585 <dd>
586 <code>type &lt;String&gt;</code>
587 The CustomEvent type (usually the property name)
588 </dd>
589 <dd>
590 <code>args &lt;Object[]&gt;</code>
591 The CustomEvent arguments. For configuration handlers, args[0] will equal the newly applied value for the property.
592 </dd>
593 <dd>
594 <code>obj &lt;Object&gt;</code>
595 The scope object. For configuration handlers, this will usually equal the owner.
596 </dd>
597 </dl>
599 <dl>
600 <dt>Returns:
601 <code>
602 void
603 </code></dt>
604 <dd></dd>
605 </dl>
607 </div>
609 </div>
610 <hr />
611 <h4>
612 <a name="configVisible">configVisible</a></h4>
613 <div class="detail">
614 <code>
618 void
619 <strong>configVisible</strong>
623 type
627 args
635 </code>
637 <div class="description">
638 The default event handler fired when the "visible" property is changed. This method is responsible for firing showEvent and hideEvent.
639 </div>
641 <div class="description">
643 <dl>
644 <dt>Parameters:</dt>
645 <dd>
646 <code>type &lt;String&gt;</code>
647 The CustomEvent type (usually the property name)
648 </dd>
649 <dd>
650 <code>args &lt;Object[]&gt;</code>
651 The CustomEvent arguments. For configuration handlers, args[0] will equal the newly applied value for the property.
652 </dd>
653 <dd>
654 <code>obj &lt;Object&gt;</code>
655 The scope object. For configuration handlers, this will usually equal the owner.
656 </dd>
657 </dl>
659 <dl>
660 <dt>Returns:
661 <code>
662 void
663 </code></dt>
664 <dd></dd>
665 </dl>
667 </div>
669 </div>
670 <hr />
671 <h4>
672 <a name="configWidth">configWidth</a></h4>
673 <div class="detail">
674 <code>
678 void
679 <strong>configWidth</strong>
683 type
687 args
695 </code>
697 <div class="description">
698 The default event handler fired when the "width" property is changed.
699 </div>
701 <div class="description">
703 <dl>
704 <dt>Parameters:</dt>
705 <dd>
706 <code>type &lt;String&gt;</code>
707 The CustomEvent type (usually the property name)
708 </dd>
709 <dd>
710 <code>args &lt;Object[]&gt;</code>
711 The CustomEvent arguments. For configuration handlers, args[0] will equal the newly applied value for the property.
712 </dd>
713 <dd>
714 <code>obj &lt;Object&gt;</code>
715 The scope object. For configuration handlers, this will usually equal the owner.
716 </dd>
717 </dl>
719 <dl>
720 <dt>Returns:
721 <code>
722 void
723 </code></dt>
724 <dd></dd>
725 </dl>
727 </div>
729 </div>
730 <hr />
731 <h4>
732 <a name="configX">configX</a></h4>
733 <div class="detail">
734 <code>
738 void
739 <strong>configX</strong>
743 type
747 args
755 </code>
757 <div class="description">
758 The default event handler fired when the "x" property is changed.
759 </div>
761 <div class="description">
763 <dl>
764 <dt>Parameters:</dt>
765 <dd>
766 <code>type &lt;String&gt;</code>
767 The CustomEvent type (usually the property name)
768 </dd>
769 <dd>
770 <code>args &lt;Object[]&gt;</code>
771 The CustomEvent arguments. For configuration handlers, args[0] will equal the newly applied value for the property.
772 </dd>
773 <dd>
774 <code>obj &lt;Object&gt;</code>
775 The scope object. For configuration handlers, this will usually equal the owner.
776 </dd>
777 </dl>
779 <dl>
780 <dt>Returns:
781 <code>
782 void
783 </code></dt>
784 <dd></dd>
785 </dl>
787 </div>
789 </div>
790 <hr />
791 <h4>
792 <a name="configXY">configXY</a></h4>
793 <div class="detail">
794 <code>
798 void
799 <strong>configXY</strong>
803 type
807 args
815 </code>
817 <div class="description">
818 The default event handler fired when the "xy" property is changed.
819 </div>
821 <div class="description">
823 <dl>
824 <dt>Parameters:</dt>
825 <dd>
826 <code>type &lt;String&gt;</code>
827 The CustomEvent type (usually the property name)
828 </dd>
829 <dd>
830 <code>args &lt;Object[]&gt;</code>
831 The CustomEvent arguments. For configuration handlers, args[0] will equal the newly applied value for the property.
832 </dd>
833 <dd>
834 <code>obj &lt;Object&gt;</code>
835 The scope object. For configuration handlers, this will usually equal the owner.
836 </dd>
837 </dl>
839 <dl>
840 <dt>Returns:
841 <code>
842 void
843 </code></dt>
844 <dd></dd>
845 </dl>
847 </div>
849 </div>
850 <hr />
851 <h4>
852 <a name="configY">configY</a></h4>
853 <div class="detail">
854 <code>
858 void
859 <strong>configY</strong>
863 type
867 args
875 </code>
877 <div class="description">
878 The default event handler fired when the "y" property is changed.
879 </div>
881 <div class="description">
883 <dl>
884 <dt>Parameters:</dt>
885 <dd>
886 <code>type &lt;String&gt;</code>
887 The CustomEvent type (usually the property name)
888 </dd>
889 <dd>
890 <code>args &lt;Object[]&gt;</code>
891 The CustomEvent arguments. For configuration handlers, args[0] will equal the newly applied value for the property.
892 </dd>
893 <dd>
894 <code>obj &lt;Object&gt;</code>
895 The scope object. For configuration handlers, this will usually equal the owner.
896 </dd>
897 </dl>
899 <dl>
900 <dt>Returns:
901 <code>
902 void
903 </code></dt>
904 <dd></dd>
905 </dl>
907 </div>
909 </div>
910 <hr />
911 <h4>
912 <a name="configzIndex">configzIndex</a></h4>
913 <div class="detail">
914 <code>
918 void
919 <strong>configzIndex</strong>
923 type
927 args
935 </code>
937 <div class="description">
938 The default event handler fired when the "zIndex" property is changed.
939 </div>
941 <div class="description">
943 <dl>
944 <dt>Parameters:</dt>
945 <dd>
946 <code>type &lt;String&gt;</code>
947 The CustomEvent type (usually the property name)
948 </dd>
949 <dd>
950 <code>args &lt;Object[]&gt;</code>
951 The CustomEvent arguments. For configuration handlers, args[0] will equal the newly applied value for the property.
952 </dd>
953 <dd>
954 <code>obj &lt;Object&gt;</code>
955 The scope object. For configuration handlers, this will usually equal the owner.
956 </dd>
957 </dl>
959 <dl>
960 <dt>Returns:
961 <code>
962 void
963 </code></dt>
964 <dd></dd>
965 </dl>
967 </div>
969 </div>
970 <hr />
971 <h4>
972 <a name="destroy">destroy</a></h4>
973 <div class="detail">
974 <code>
978 void
979 <strong>destroy</strong>
982 </code>
984 <div class="description">
985 Removes the Overlay element from the DOM and sets all child elements to null.
986 </div>
988 <div class="description">
991 <dl>
992 <dt>Returns:
993 <code>
994 void
995 </code></dt>
996 <dd></dd>
997 </dl>
999 </div>
1001 </div>
1002 <hr />
1003 <h4>
1004 <a name="doCenterOnDOMEvent">doCenterOnDOMEvent</a></h4>
1005 <div class="detail">
1006 <code>
1010 void
1011 <strong>doCenterOnDOMEvent</strong>
1014 </code>
1016 <div class="description">
1017 Center event handler used for centering on scroll/resize, but only if the Overlay is visible
1018 </div>
1020 <div class="description">
1023 <dl>
1024 <dt>Returns:
1025 <code>
1026 void
1027 </code></dt>
1028 <dd></dd>
1029 </dl>
1031 </div>
1033 </div>
1034 <hr />
1035 <h4>
1036 <a name="enforceConstraints">enforceConstraints</a></h4>
1037 <div class="detail">
1038 <code>
1042 void
1043 <strong>enforceConstraints</strong>
1047 type
1051 args
1059 </code>
1061 <div class="description">
1062 The default event handler executed when the moveEvent is fired, if the "constraintoviewport" is set to true.
1063 </div>
1065 <div class="description">
1067 <dl>
1068 <dt>Parameters:</dt>
1069 <dd>
1070 <code>type &lt;String&gt;</code>
1071 The CustomEvent type (usually the property name)
1072 </dd>
1073 <dd>
1074 <code>args &lt;Object[]&gt;</code>
1075 The CustomEvent arguments. For configuration handlers, args[0] will equal the newly applied value for the property.
1076 </dd>
1077 <dd>
1078 <code>obj &lt;Object&gt;</code>
1079 The scope object. For configuration handlers, this will usually equal the owner.
1080 </dd>
1081 </dl>
1083 <dl>
1084 <dt>Returns:
1085 <code>
1086 void
1087 </code></dt>
1088 <dd></dd>
1089 </dl>
1091 </div>
1093 </div>
1094 <hr />
1095 <h4>
1096 <a name="hideIframe">hideIframe</a></h4>
1097 <div class="detail">
1098 <code>
1102 void
1103 <strong>hideIframe</strong>
1106 </code>
1108 <div class="description">
1109 Hides the iframe shim, if it has been enabled
1110 </div>
1112 <div class="description">
1115 <dl>
1116 <dt>Returns:
1117 <code>
1118 void
1119 </code></dt>
1120 <dd></dd>
1121 </dl>
1123 </div>
1125 </div>
1126 <hr />
1127 <h4>
1128 <a name="hideMacGeckoScrollbars">hideMacGeckoScrollbars</a></h4>
1129 <div class="detail">
1130 <code>
1134 void
1135 <strong>hideMacGeckoScrollbars</strong>
1138 </code>
1140 <div class="description">
1141 Adds a special CSS class to the Overlay when Mac/Gecko is in use, to work around a Gecko bug where
1142 scrollbars cannot be hidden. See https://bugzilla.mozilla.org/show_bug.cgi?id=187435
1143 </div>
1145 <div class="description">
1148 <dl>
1149 <dt>Returns:
1150 <code>
1151 void
1152 </code></dt>
1153 <dd></dd>
1154 </dl>
1156 </div>
1158 </div>
1159 <hr />
1160 <h4>
1161 <a name="init">init</a></h4>
1162 <div class="detail">
1163 <code>
1167 void
1168 <strong>init</strong>
1178 userConfig
1182 </code>
1184 <div class="description">
1185 The Overlay initialization method, which is executed for Overlay and all of its subclasses. This method is automatically called by the constructor, and sets up all DOM references for pre-existing markup, and creates required markup if it is not already present.
1186 </div>
1188 <div class="description">
1190 <dl>
1191 <dt>Parameters:</dt>
1192 <dd>
1193 <code>el &lt;String&gt;</code>
1194 The element ID representing the Overlay <em>OR</em>
1195 </dd>
1196 <dd>
1197 <code>el &lt;HTMLElement&gt;</code>
1198 The element representing the Overlay
1199 </dd>
1200 <dd>
1201 <code>userConfig &lt;Object&gt;</code>
1202 The configuration object literal containing the configuration that should be set for this Overlay. See configuration documentation for more details.
1203 </dd>
1204 </dl>
1206 <dl>
1207 <dt>Returns:
1208 <code>
1209 void
1210 </code></dt>
1211 <dd></dd>
1212 </dl>
1214 </div>
1216 </div>
1217 <hr />
1218 <h4>
1219 <a name="initDefaultConfig">initDefaultConfig</a></h4>
1220 <div class="detail">
1221 <code>
1225 void
1226 <strong>initDefaultConfig</strong>
1229 </code>
1231 <div class="description">
1232 Initializes the class's configurable properties which can be changed using the Overlay's Config object (cfg).
1233 </div>
1235 <div class="description">
1238 <dl>
1239 <dt>Returns:
1240 <code>
1241 void
1242 </code></dt>
1243 <dd></dd>
1244 </dl>
1246 </div>
1248 </div>
1249 <hr />
1250 <h4>
1251 <a name="initEvents">initEvents</a></h4>
1252 <div class="detail">
1253 <code>
1257 void
1258 <strong>initEvents</strong>
1261 </code>
1263 <div class="description">
1264 Initializes the custom events for Overlay which are fired automatically at appropriate times by the Overlay class.
1265 </div>
1267 <div class="description">
1270 <dl>
1271 <dt>Returns:
1272 <code>
1273 void
1274 </code></dt>
1275 <dd></dd>
1276 </dl>
1278 </div>
1280 </div>
1281 <hr />
1282 <h4>
1283 <a name="moveTo">moveTo</a></h4>
1284 <div class="detail">
1285 <code>
1289 void
1290 <strong>moveTo</strong>
1302 </code>
1304 <div class="description">
1305 Moves the Overlay to the specified position. This function is identical to calling this.cfg.setProperty("xy", [x,y]);
1306 </div>
1308 <div class="description">
1310 <dl>
1311 <dt>Parameters:</dt>
1312 <dd>
1313 <code>x &lt;Number&gt;</code>
1314 The Overlay's new x position
1315 </dd>
1316 <dd>
1317 <code>y &lt;Number&gt;</code>
1318 The Overlay's new y position
1319 </dd>
1320 </dl>
1322 <dl>
1323 <dt>Returns:
1324 <code>
1325 void
1326 </code></dt>
1327 <dd></dd>
1328 </dl>
1330 </div>
1332 </div>
1333 <hr />
1334 <h4>
1335 <a name="onDomResize">onDomResize</a></h4>
1336 <div class="detail">
1337 <code>
1341 void
1342 <strong>onDomResize</strong>
1354 </code>
1356 <div class="description">
1357 Event handler fired when the resize monitor element is resized.
1358 </div>
1360 <div class="description">
1362 <dl>
1363 <dt>Parameters:</dt>
1364 <dd>
1365 <code>e &lt;DOMEvent&gt;</code>
1366 The resize DOM event
1367 </dd>
1368 <dd>
1369 <code>obj &lt;Object&gt;</code>
1370 The scope object
1371 </dd>
1372 </dl>
1374 <dl>
1375 <dt>Returns:
1376 <code>
1377 void
1378 </code></dt>
1379 <dd></dd>
1380 </dl>
1382 </div>
1384 </div>
1385 <hr />
1386 <h4>
1387 <a name="showIframe">showIframe</a></h4>
1388 <div class="detail">
1389 <code>
1393 void
1394 <strong>showIframe</strong>
1397 </code>
1399 <div class="description">
1400 Shows the iframe shim, if it has been enabled
1401 </div>
1403 <div class="description">
1406 <dl>
1407 <dt>Returns:
1408 <code>
1409 void
1410 </code></dt>
1411 <dd></dd>
1412 </dl>
1414 </div>
1416 </div>
1417 <hr />
1418 <h4>
1419 <a name="showMacGeckoScrollbars">showMacGeckoScrollbars</a></h4>
1420 <div class="detail">
1421 <code>
1425 void
1426 <strong>showMacGeckoScrollbars</strong>
1429 </code>
1431 <div class="description">
1432 Removes a special CSS class from the Overlay when Mac/Gecko is in use, to work around a Gecko bug where
1433 scrollbars cannot be hidden. See https://bugzilla.mozilla.org/show_bug.cgi?id=187435
1434 </div>
1436 <div class="description">
1439 <dl>
1440 <dt>Returns:
1441 <code>
1442 void
1443 </code></dt>
1444 <dd></dd>
1445 </dl>
1447 </div>
1449 </div>
1450 <hr />
1451 <h4>
1452 <a name="syncPosition">syncPosition</a></h4>
1453 <div class="detail">
1454 <code>
1458 void
1459 <strong>syncPosition</strong>
1462 </code>
1464 <div class="description">
1465 Synchronizes the Panel's "xy", "x", and "y" properties with the Panel's position in the DOM. This is primarily used to update position information during drag & drop.
1466 </div>
1468 <div class="description">
1471 <dl>
1472 <dt>Returns:
1473 <code>
1474 void
1475 </code></dt>
1476 <dd></dd>
1477 </dl>
1479 </div>
1481 </div>
1482 <hr />
1483 <h4>
1484 <a name="toString">toString</a></h4>
1485 <div class="detail">
1486 <code>
1490 String
1491 <strong>toString</strong>
1494 </code>
1496 <div class="description">
1497 Returns a String representation of the object.
1498 </div>
1500 <div class="description">
1503 <dl>
1504 <dt>Returns:
1505 <code>
1506 String
1507 </code></dt>
1508 <dd>The string representation of the Overlay.</dd>
1509 </dl>
1511 </div>
1513 </div>
1514 <hr />
1515 <h4>
1516 <a name="YAHOO.widget.Overlay.windowResizeHandler">YAHOO.widget.Overlay.windowResizeHandler</a></h4>
1517 <div class="detail">
1518 <code>
1520 static
1522 void
1523 <strong>YAHOO.widget.Overlay.windowResizeHandler</strong>
1531 </code>
1533 <div class="description">
1534 The DOM event handler used to fire the CustomEvent for window resize
1535 </div>
1537 <div class="description">
1539 <dl>
1540 <dt>Parameters:</dt>
1541 <dd>
1542 <code>e &lt;DOMEvent&gt;</code>
1543 The DOM resize event
1544 </dd>
1545 </dl>
1547 <dl>
1548 <dt>Returns:
1549 <code>
1550 void
1551 </code></dt>
1552 <dd></dd>
1553 </dl>
1555 </div>
1557 </div>
1558 <hr />
1559 <h4>
1560 <a name="YAHOO.widget.Overlay.windowScrollHandler">YAHOO.widget.Overlay.windowScrollHandler</a></h4>
1561 <div class="detail">
1562 <code>
1564 static
1566 void
1567 <strong>YAHOO.widget.Overlay.windowScrollHandler</strong>
1575 </code>
1577 <div class="description">
1578 The DOM event handler used to fire the CustomEvent for window scroll
1579 </div>
1581 <div class="description">
1583 <dl>
1584 <dt>Parameters:</dt>
1585 <dd>
1586 <code>e &lt;DOMEvent&gt;</code>
1587 The DOM scroll event
1588 </dd>
1589 </dl>
1591 <dl>
1592 <dt>Returns:
1593 <code>
1594 void
1595 </code></dt>
1596 <dd></dd>
1597 </dl>
1599 </div>
1601 </div>
1602 <hr />
1603 </div>
1604 </div>
1606 <div class="section field inheritance">
1607 <h4>Methods inherited from <a href="YAHOO.widget.Module.html">YAHOO.widget.Module</a>:</h4>
1608 <div class="content">
1609 <code>
1611 <a href="YAHOO.widget.Module.html#appendToBody">appendToBody</a>,
1612 <a href="YAHOO.widget.Module.html#appendToFooter">appendToFooter</a>,
1613 <a href="YAHOO.widget.Module.html#appendToHeader">appendToHeader</a>,
1614 <a href="YAHOO.widget.Module.html#configMonitorResize">configMonitorResize</a>,
1615 <a href="YAHOO.widget.Module.html#configVisible">configVisible</a>,
1616 <a href="YAHOO.widget.Module.html#destroy">destroy</a>,
1617 <a href="YAHOO.widget.Module.html#hide">hide</a>,
1618 <a href="YAHOO.widget.Module.html#init">init</a>,
1619 <a href="YAHOO.widget.Module.html#initDefaultConfig">initDefaultConfig</a>,
1620 <a href="YAHOO.widget.Module.html#initEvents">initEvents</a>,
1621 <a href="YAHOO.widget.Module.html#initResizeMonitor">initResizeMonitor</a>,
1622 <a href="YAHOO.widget.Module.html#onDomResize">onDomResize</a>,
1623 <a href="YAHOO.widget.Module.html#render">render</a>,
1624 <a href="YAHOO.widget.Module.html#setBody">setBody</a>,
1625 <a href="YAHOO.widget.Module.html#setFooter">setFooter</a>,
1626 <a href="YAHOO.widget.Module.html#setHeader">setHeader</a>,
1627 <a href="YAHOO.widget.Module.html#show">show</a>,
1628 <a href="YAHOO.widget.Module.html#toString">toString</a>
1629 </code>
1630 </div>
1631 </div>
1633 <div class="section method details">
1634 <h3><a name="methodDetails">Events</a></h3>
1635 <div class="content">
1636 <h4>
1637 <a name="beforeMoveEvent">beforeMoveEvent</a></h4>
1638 <div class="detail">
1639 <code>
1643 <strong>beforeMoveEvent</strong>
1657 </code>
1659 <div class="description">
1660 CustomEvent fired before the Overlay is moved.
1661 </div>
1663 <div class="description">
1666 <dl>
1667 <dt>Parameters:</dt>
1668 <dd>
1669 <code>x &lt;Number&gt;</code>
1670 x coordinate
1671 </dd>
1672 <dd>
1673 <code>y &lt;Number&gt;</code>
1674 y coordinate
1675 </dd>
1676 </dl>
1679 </div>
1681 </div>
1682 <hr />
1683 <h4>
1684 <a name="moveEvent">moveEvent</a></h4>
1685 <div class="detail">
1686 <code>
1690 <strong>moveEvent</strong>
1704 </code>
1706 <div class="description">
1707 CustomEvent fired after the Overlay is moved.
1708 </div>
1710 <div class="description">
1713 <dl>
1714 <dt>Parameters:</dt>
1715 <dd>
1716 <code>x &lt;Number&gt;</code>
1717 x coordinate
1718 </dd>
1719 <dd>
1720 <code>y &lt;Number&gt;</code>
1721 y coordinate
1722 </dd>
1723 </dl>
1726 </div>
1728 </div>
1729 <hr />
1730 <h4>
1731 <a name="YAHOO.widget.Overlay.windowResizeEvent">YAHOO.widget.Overlay.windowResizeEvent</a></h4>
1732 <div class="detail">
1733 <code>
1737 <strong>YAHOO.widget.Overlay.windowResizeEvent</strong>
1742 </code>
1744 <div class="description">
1745 A singleton CustomEvent used for reacting to the DOM event for window resize
1746 </div>
1748 <div class="description">
1753 </div>
1755 </div>
1756 <hr />
1757 <h4>
1758 <a name="YAHOO.widget.Overlay.windowScrollEvent">YAHOO.widget.Overlay.windowScrollEvent</a></h4>
1759 <div class="detail">
1760 <code>
1764 <strong>YAHOO.widget.Overlay.windowScrollEvent</strong>
1769 </code>
1771 <div class="description">
1772 A singleton CustomEvent used for reacting to the DOM event for window scroll
1773 </div>
1775 <div class="description">
1780 </div>
1782 </div>
1783 <hr />
1784 </div>
1785 </div>
1788 <div class="section field inheritance">
1789 <h4>Events inherited from <a href="YAHOO.widget.Module.html">YAHOO.widget.Module</a>:</h4>
1790 <div class="content">
1791 <code>
1793 <a href="YAHOO.widget.Module.html#appendEvent">appendEvent</a>,
1794 <a href="YAHOO.widget.Module.html#beforeHideEvent">beforeHideEvent</a>,
1795 <a href="YAHOO.widget.Module.html#beforeInitEvent">beforeInitEvent</a>,
1796 <a href="YAHOO.widget.Module.html#beforeRenderEvent">beforeRenderEvent</a>,
1797 <a href="YAHOO.widget.Module.html#beforeShowEvent">beforeShowEvent</a>,
1798 <a href="YAHOO.widget.Module.html#changeBodyEvent">changeBodyEvent</a>,
1799 <a href="YAHOO.widget.Module.html#changeContentEvent">changeContentEvent</a>,
1800 <a href="YAHOO.widget.Module.html#changeFooterEvent">changeFooterEvent</a>,
1801 <a href="YAHOO.widget.Module.html#changeHeaderEvent">changeHeaderEvent</a>,
1802 <a href="YAHOO.widget.Module.html#destroyEvent">destroyEvent</a>,
1803 <a href="YAHOO.widget.Module.html#hideEvent">hideEvent</a>,
1804 <a href="YAHOO.widget.Module.html#initEvent">initEvent</a>,
1805 <a href="YAHOO.widget.Module.html#renderEvent">renderEvent</a>,
1806 <a href="YAHOO.widget.Module.html#showEvent">showEvent</a>,
1807 <a href="YAHOO.widget.Module.html#YAHOO.widget.Module.textResizeEvent">YAHOO.widget.Module.textResizeEvent</a>
1808 </code>
1809 </div>
1810 </div>
1812 <div class="section field details">
1813 <h3><a name="field_detail">Configuration Attributes</a></h3>
1814 <div class="content">
1815 <h4><a name="constraintoviewport">constraintoviewport</a>
1816 <code>- Boolean</code>
1817 </h4>
1818 <div class="detail">
1819 <div class="description">
1820 True if the Overlay should be prevented from being positioned out of the viewport.
1821 </div>
1822 </div>
1825 <div class="default">
1826 Default Value: false
1827 </div>
1829 <hr />
1830 <h4><a name="context">context</a>
1831 <code>- Array</code>
1832 </h4>
1833 <div class="detail">
1834 <div class="description">
1835 The array of context arguments for context-sensitive positioning. The format is: [id or element, element corner, context corner]. For example, setting this property to ["img1", "tl", "bl"] would align the Overlay's top left corner to the context element's bottom left corner.
1836 </div>
1837 </div>
1840 <div class="default">
1841 Default Value: null
1842 </div>
1844 <hr />
1845 <h4><a name="fixedcenter">fixedcenter</a>
1846 <code>- Boolean</code>
1847 </h4>
1848 <div class="detail">
1849 <div class="description">
1850 True if the Overlay should be anchored to the center of the viewport.
1851 </div>
1852 </div>
1855 <div class="default">
1856 Default Value: false
1857 </div>
1859 <hr />
1860 <h4><a name="height">height</a>
1861 <code>- String</code>
1862 </h4>
1863 <div class="detail">
1864 <div class="description">
1865 CSS height of the Overlay.
1866 </div>
1867 </div>
1870 <div class="default">
1871 Default Value: null
1872 </div>
1874 <hr />
1875 <h4><a name="iframe">iframe</a>
1876 <code>- Boolean</code>
1877 </h4>
1878 <div class="detail">
1879 <div class="description">
1880 True if the Overlay should have an IFRAME shim (for correcting the select z-index bug in IE6 and below).
1881 </div>
1882 </div>
1885 <div class="default">
1886 Default Value: true for IE6 and below, false for all others
1887 </div>
1889 <hr />
1890 <h4><a name="width">width</a>
1891 <code>- String</code>
1892 </h4>
1893 <div class="detail">
1894 <div class="description">
1895 CSS width of the Overlay.
1896 </div>
1897 </div>
1900 <div class="default">
1901 Default Value: null
1902 </div>
1904 <hr />
1905 <h4><a name="x">x</a>
1906 <code>- Number</code>
1907 </h4>
1908 <div class="detail">
1909 <div class="description">
1910 The absolute x-coordinate position of the Overlay
1911 </div>
1912 </div>
1915 <div class="default">
1916 Default Value: null
1917 </div>
1919 <hr />
1920 <h4><a name="xy">xy</a>
1921 <code>- Number[]</code>
1922 </h4>
1923 <div class="detail">
1924 <div class="description">
1925 An array with the absolute x and y positions of the Overlay
1926 </div>
1927 </div>
1930 <div class="default">
1931 Default Value: null
1932 </div>
1934 <hr />
1935 <h4><a name="y">y</a>
1936 <code>- Number</code>
1937 </h4>
1938 <div class="detail">
1939 <div class="description">
1940 The absolute y-coordinate position of the Overlay
1941 </div>
1942 </div>
1945 <div class="default">
1946 Default Value: null
1947 </div>
1949 <hr />
1950 <h4><a name="zIndex">zIndex</a>
1951 <code>- Number</code>
1952 </h4>
1953 <div class="detail">
1954 <div class="description">
1955 CSS z-index of the Overlay.
1956 </div>
1957 </div>
1960 <div class="default">
1961 Default Value: null
1962 </div>
1964 <hr />
1966 </div>
1967 </div>
1969 <div class="section field inheritance">
1970 <h4>Configuration attributes inherited from <a href="YAHOO.widget.Module.html">YAHOO.widget.Module</a>:</h4>
1971 <div class="content">
1972 <code>
1974 <a href="YAHOO.widget.Module.html#effect">effect</a>,
1975 <a href="YAHOO.widget.Module.html#monitorresize">monitorresize</a>,
1976 <a href="YAHOO.widget.Module.html#visible">visible</a>
1977 </code>
1978 </div>
1979 </div>
1981 </div>
1982 </div>
1983 <div class="yui-b">
1984 <div class="nav">
1986 <div class="module">
1987 <h4>Modules</h4>
1988 <ul class="content">
1990 <li class=""><a href="module_animation.html">animation</a></li>
1992 <li class=""><a href="module_autocomplete.html">autocomplete</a></li>
1994 <li class=""><a href="module_button.html">button</a></li>
1996 <li class=""><a href="module_calendar.html">calendar</a></li>
1998 <li class=""><a href="module_connection.html">connection</a></li>
2000 <li class="selected"><a href="module_container.html">container</a></li>
2002 <li class=""><a href="module_datasource.html">datasource</a></li>
2004 <li class=""><a href="module_datatable.html">datatable</a></li>
2006 <li class=""><a href="module_dom.html">dom</a></li>
2008 <li class=""><a href="module_dragdrop.html">dragdrop</a></li>
2010 <li class=""><a href="module_element.html">element</a></li>
2012 <li class=""><a href="module_event.html">event</a></li>
2014 <li class=""><a href="module_history.html">history</a></li>
2016 <li class=""><a href="module_logger.html">logger</a></li>
2018 <li class=""><a href="module_menu.html">menu</a></li>
2020 <li class=""><a href="module_slider.html">slider</a></li>
2022 <li class=""><a href="module_tabview.html">tabview</a></li>
2024 <li class=""><a href="module_treeview.html">treeview</a></li>
2026 <li class=""><a href="module_yahoo.html">yahoo</a></li>
2027 </ul>
2028 </div>
2030 <div class="module">
2031 <h4>Classes</h4>
2032 <ul class="content">
2033 <li class=""><a href="YAHOO.util.Config.html">YAHOO.util.Config</a></li>
2034 <li class=""><a href="YAHOO.util.KeyListener.html">YAHOO.util.KeyListener</a></li>
2035 <li class=""><a href="YAHOO.widget.ContainerEffect.html">YAHOO.widget.ContainerEffect</a></li>
2036 <li class=""><a href="YAHOO.widget.Dialog.html">YAHOO.widget.Dialog</a></li>
2037 <li class=""><a href="YAHOO.widget.Module.html">YAHOO.widget.Module</a></li>
2038 <li class="selected"><a href="YAHOO.widget.Overlay.html">YAHOO.widget.Overlay</a></li>
2039 <li class=""><a href="YAHOO.widget.OverlayManager.html">YAHOO.widget.OverlayManager</a></li>
2040 <li class=""><a href="YAHOO.widget.Panel.html">YAHOO.widget.Panel</a></li>
2041 <li class=""><a href="YAHOO.widget.SimpleDialog.html">YAHOO.widget.SimpleDialog</a></li>
2042 <li class=""><a href="YAHOO.widget.Tooltip.html">YAHOO.widget.Tooltip</a></li>
2043 </ul>
2044 </div>
2046 <div class="module">
2047 <h4>Files</h4>
2048 <ul class="content">
2049 <li class=""><a href="Config.js.html">Config.js</a></li>
2050 <li class=""><a href="ContainerEffect.js.html">ContainerEffect.js</a></li>
2051 <li class=""><a href="Dialog.js.html">Dialog.js</a></li>
2052 <li class=""><a href="KeyListener.js.html">KeyListener.js</a></li>
2053 <li class=""><a href="Module.js.html">Module.js</a></li>
2054 <li class=""><a href="Overlay.js.html">Overlay.js</a></li>
2055 <li class=""><a href="OverlayManager.js.html">OverlayManager.js</a></li>
2056 <li class=""><a href="Panel.js.html">Panel.js</a></li>
2057 <li class=""><a href="SimpleDialog.js.html">SimpleDialog.js</a></li>
2058 <li class=""><a href="Tooltip.js.html">Tooltip.js</a></li>
2059 </ul>
2060 </div>
2062 <div class="module">
2063 <h4>Properties</h4>
2064 <ul class="content">
2065 <li><a href="#YAHOO.widget.Overlay._initialized">YAHOO.widget.Overlay._initialized</a>
2066 <!--<code>&lt;String&gt;</code>-->
2067 </li>
2068 <li><a href="#YAHOO.widget.Overlay.BOTTOM_LEFT">YAHOO.widget.Overlay.BOTTOM_LEFT</a>
2069 <!--<code>&lt;String&gt;</code>-->
2070 </li>
2071 <li><a href="#YAHOO.widget.Overlay.BOTTOM_RIGHT">YAHOO.widget.Overlay.BOTTOM_RIGHT</a>
2072 <!--<code>&lt;String&gt;</code>-->
2073 </li>
2074 <li><a href="#YAHOO.widget.Overlay.CSS_OVERLAY">YAHOO.widget.Overlay.CSS_OVERLAY</a>
2075 <!--<code>&lt;String&gt;</code>-->
2076 </li>
2077 <li><a href="#YAHOO.widget.Overlay.IFRAME_SRC">YAHOO.widget.Overlay.IFRAME_SRC</a>
2078 <!--<code>&lt;String&gt;</code>-->
2079 </li>
2080 <li><a href="#YAHOO.widget.Overlay.TOP_LEFT">YAHOO.widget.Overlay.TOP_LEFT</a>
2081 <!--<code>&lt;String&gt;</code>-->
2082 </li>
2083 <li><a href="#YAHOO.widget.Overlay.TOP_RIGHT">YAHOO.widget.Overlay.TOP_RIGHT</a>
2084 <!--<code>&lt;String&gt;</code>-->
2085 </li>
2086 </ul>
2087 </div>
2089 <div class="module">
2090 <h4>Methods</h4>
2091 <ul class="content">
2092 <li><!--<code>void</code>-->
2093 <a href="#align">align</a>
2094 </li>
2095 <li><!--<code>void</code>-->
2096 <a href="#center">center</a>
2097 </li>
2098 <li><!--<code>void</code>-->
2099 <a href="#configConstrainToViewport">configConstrainToViewport</a>
2100 </li>
2101 <li><!--<code>void</code>-->
2102 <a href="#configContext">configContext</a>
2103 </li>
2104 <li><!--<code>void</code>-->
2105 <a href="#configFixedCenter">configFixedCenter</a>
2106 </li>
2107 <li><!--<code>void</code>-->
2108 <a href="#configHeight">configHeight</a>
2109 </li>
2110 <li><!--<code>void</code>-->
2111 <a href="#configIframe">configIframe</a>
2112 </li>
2113 <li><!--<code>void</code>-->
2114 <a href="#configVisible">configVisible</a>
2115 </li>
2116 <li><!--<code>void</code>-->
2117 <a href="#configWidth">configWidth</a>
2118 </li>
2119 <li><!--<code>void</code>-->
2120 <a href="#configX">configX</a>
2121 </li>
2122 <li><!--<code>void</code>-->
2123 <a href="#configXY">configXY</a>
2124 </li>
2125 <li><!--<code>void</code>-->
2126 <a href="#configY">configY</a>
2127 </li>
2128 <li><!--<code>void</code>-->
2129 <a href="#configzIndex">configzIndex</a>
2130 </li>
2131 <li><!--<code>void</code>-->
2132 <a href="#destroy">destroy</a>
2133 </li>
2134 <li><!--<code>void</code>-->
2135 <a href="#doCenterOnDOMEvent">doCenterOnDOMEvent</a>
2136 </li>
2137 <li><!--<code>void</code>-->
2138 <a href="#enforceConstraints">enforceConstraints</a>
2139 </li>
2140 <li><!--<code>void</code>-->
2141 <a href="#hideIframe">hideIframe</a>
2142 </li>
2143 <li><!--<code>void</code>-->
2144 <a href="#hideMacGeckoScrollbars">hideMacGeckoScrollbars</a>
2145 </li>
2146 <li><!--<code>void</code>-->
2147 <a href="#init">init</a>
2148 </li>
2149 <li><!--<code>void</code>-->
2150 <a href="#initDefaultConfig">initDefaultConfig</a>
2151 </li>
2152 <li><!--<code>void</code>-->
2153 <a href="#initEvents">initEvents</a>
2154 </li>
2155 <li><!--<code>void</code>-->
2156 <a href="#moveTo">moveTo</a>
2157 </li>
2158 <li><!--<code>void</code>-->
2159 <a href="#onDomResize">onDomResize</a>
2160 </li>
2161 <li><!--<code>void</code>-->
2162 <a href="#showIframe">showIframe</a>
2163 </li>
2164 <li><!--<code>void</code>-->
2165 <a href="#showMacGeckoScrollbars">showMacGeckoScrollbars</a>
2166 </li>
2167 <li><!--<code>void</code>-->
2168 <a href="#syncPosition">syncPosition</a>
2169 </li>
2170 <li><!--<code>String</code>-->
2171 <a href="#toString">toString</a>
2172 </li>
2173 <li><!--<code>void</code>-->
2174 <a href="#YAHOO.widget.Overlay.windowResizeHandler">YAHOO.widget.Overlay.windowResizeHandler</a>
2175 </li>
2176 <li><!--<code>void</code>-->
2177 <a href="#YAHOO.widget.Overlay.windowScrollHandler">YAHOO.widget.Overlay.windowScrollHandler</a>
2178 </li>
2179 </ul>
2180 </div>
2182 <div class="module">
2183 <h4>Events</h4>
2184 <ul class="content">
2185 <li>
2186 <a href="#beforeMoveEvent">beforeMoveEvent</a>
2187 </li>
2188 <li>
2189 <a href="#moveEvent">moveEvent</a>
2190 </li>
2191 <li>
2192 <a href="#YAHOO.widget.Overlay.windowResizeEvent">YAHOO.widget.Overlay.windowResizeEvent</a>
2193 </li>
2194 <li>
2195 <a href="#YAHOO.widget.Overlay.windowScrollEvent">YAHOO.widget.Overlay.windowScrollEvent</a>
2196 </li>
2197 </ul>
2198 </div>
2200 <div class="module">
2201 <h4>Configuration Attributes</h4>
2202 <ul class="content">
2203 <li>
2204 <a href="#constraintoviewport">constraintoviewport</a>
2205 </li>
2206 <li>
2207 <a href="#context">context</a>
2208 </li>
2209 <li>
2210 <a href="#fixedcenter">fixedcenter</a>
2211 </li>
2212 <li>
2213 <a href="#height">height</a>
2214 </li>
2215 <li>
2216 <a href="#iframe">iframe</a>
2217 </li>
2218 <li>
2219 <a href="#width">width</a>
2220 </li>
2221 <li>
2222 <a href="#x">x</a>
2223 </li>
2224 <li>
2225 <a href="#xy">xy</a>
2226 </li>
2227 <li>
2228 <a href="#y">y</a>
2229 </li>
2230 <li>
2231 <a href="#zIndex">zIndex</a>
2232 </li>
2233 </ul>
2234 </div>
2236 </div>
2237 </div>
2238 </div>
2239 <div id="ft">
2240 <hr />
2241 Copyright &copy; 2007 Yahoo! Inc. All rights reserved.
2242 </div>
2243 </div>
2244 </body>
2245 </html>