ProtoPopup
A library for info, alert, confirm-like and dialog popups based on Prototype and Scriptaculous
Changelog
- Tue Aug 10 14:40:16 CEST 2010
-
Version 0.6 - Fixed bug (reported by Noam Weinstein) where buttons of
Alert/Confirm/Dialog popups would disappear on the second invocation
of get() when a 'footer' has been specified. Buttons now live in their
own button bar DIV, instead of in the footer (or header). For Dialog
popups, the button bar position can be specified as 'before-header',
'after-header', 'before-footer' or 'after-footer'.
- Fri Mar 12 15:15:52 CET 2010
-
Version 0.5 - Fixed bug appearing with Firefox 3.6 where the modal
overlay would not display.
- Wed Apr 15 01:43:34 UTC 2009
-
Version 0.4 - Added draggableOptions options to be passed down to the
underlying Scriptaculous Draggable.
More flexible button
positioning and event registration on ProtoPopup.Dialog objects.
- Thu Apr 2 10:41:59 UTC 2009
-
Version 0.3 - Added background-image support for buttons. Added child
class ProtoPopup.Dialog supporting arbitrary buttons.
- Fri Mar 27 11:45:56 UTC 2009
-
Version 0.2 - Fixed bug in IE6 positioning. Added 'modal' and
'opacity' options for modal popups.
- Tue Feb 17 15:26:24 UTC 2009
-
Initial version 0.1.