History log of /yui3/build/overlay/overlay-debug.js
Revision Date Author Comments Expand
f2e8154dfeedbb5849850b68487a7b6547a6b8e4 11-Feb-2010 Satyen Desai <sdesai@yahoo-inc.com>

Updated Overlay to include constrain support, and renamed widget-position-ext to widget-position-align

35fa91aa9a30c4c808779d488c53ccf3bf7bc81a 05-Feb-2010 Satyen Desai <sdesai@yahoo-inc.com>

Fixed overlay height/centering order. Fixes #2526042

969d790cf689400dd37fcf1f11c1909a66c06de9 02-Feb-2010 Satyen Desai <sdesai@yahoo-inc.com>

Added Base.create and Base.mix sugar methods on top of Base.build (to mirror the common dynamic:true/false usage). Changed tablist sandbox and overlay to use them. README has details. Tested Overlay, Tooltip example, Widget Custom Class examples. Fixes #2528336

d688dc20f16a5670ba8ce729826ad65bc50160a8 01-Apr-2009 Satyen Desai <sdesai@yahoo-inc.com>

Code Review changes for Base: removed Base.create, removed support for dynamic:false, added name to signature

21ba5c8e800aca676178576322cf944430ea7425 03-Dec-2008 Satyen Desai <sdesai@yahoo-inc.com>

apidoc edits, no code changes

2683a70401c741ea323f348344c2dcac62699992 14-Nov-2008 Satyen Desai <sdesai@yahoo-inc.com>

apidoc updates, plus minor code cleanup - renamed XXXX_CLASS static props to XXXX_CLASS_NAME [no upstream impact]

overlay-debug.js overlay.js /yui3/build/widget/widget-debug.js /yui3/build/widget/widget-min.js /yui3/build/widget/widget-position-debug.js /yui3/build/widget/widget-position-ext-debug.js /yui3/build/widget/widget-position-ext.js /yui3/build/widget/widget-position-min.js /yui3/build/widget/widget-position.js /yui3/build/widget/widget-stack-debug.js /yui3/build/widget/widget-stack-min.js /yui3/build/widget/widget-stack.js /yui3/build/widget/widget-stdmod-debug.js /yui3/build/widget/widget-stdmod-min.js /yui3/build/widget/widget-stdmod.js /yui3/build/widget/widget.js /yui3/src/overlay/Overlay.js /yui3/src/widget/PluginHost.js /yui3/src/widget/Widget-Position.js /yui3/src/widget/Widget-PositionExt.js /yui3/src/widget/Widget-Stack.js /yui3/src/widget/Widget-StdMod.js /yui3/src/widget/Widget.js /yui3/widget/overlay/src/js/Overlay.js /yui3/widget/widget/src/js/PluginHost.js /yui3/widget/widget/src/js/Widget-Position.js /yui3/widget/widget/src/js/Widget-PositionExt.js /yui3/widget/widget/src/js/Widget-Stack.js /yui3/widget/widget/src/js/Widget-StdMod.js /yui3/widget/widget/src/js/Widget.js
fa956cfc1f0d799f536a4b56b97827fd8949a776 11-Nov-2008 Satyen Desai <sdesai@yahoo-inc.com>

Code Review: Removed need for Widget.build. Just have Base.build, with config arguments defined as static properties on main class [low risk - currently only used by Overlay]

f7d92e8be534f4df53336784ce256933d6375ac6 05-Nov-2008 Satyen Desai <sdesai@yahoo-inc.com>

apidoc, initial stubs - module/class

35608f53407f28b0868c7e1b0265570ef7abfc05 04-Nov-2008 Satyen Desai <sdesai@yahoo-inc.com>

Added HTML_PARSER to widget-stdmod

68752f10c376de1fbe01f3554b37c1511475ccd7 04-Nov-2008 Satyen Desai <sdesai@yahoo-inc.com>

initial PR2 checkin for Overlay