This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
README.textile | Wed Oct 15 23:16:15 -0700 2008 | |
| |
example/ | Tue Oct 14 23:46:54 -0700 2008 | |
| |
src/ | Tue Oct 14 23:46:54 -0700 2008 | |
| |
vendor/ | Tue Oct 14 16:56:15 -0700 2008 |
README.textile
Modal Overlays in JavaScript
Click here to view example.
USAGE
Just call Overlay.create, passing it a “builder” function that
returns the element to put on top of the overlay.
Your builder function is passed a function that will cancel the
overlay. You can use it like so:
Clicking the “finish” link built above will fade the overlay and
allow the user to continue with the task at hand.
You also have access to the background overlay element. This snippet
will make the overlay opaque:
REQUIREMENTS
- prototype.js
- effects.js (from script.aculo.us)
© Copyright 2008 Pat Nakajima. All Rights Reserved.







