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 (
commit df78f469657393520627a2db0e225297b3d5e2d3
tree 2b16d8503af5704dd4c30895069228889432fee0
parent 4aaf7d78f3364c781530c12ee5c3da30e930965a
tree 2b16d8503af5704dd4c30895069228889432fee0
parent 4aaf7d78f3364c781530c12ee5c3da30e930965a
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
README | ||
| |
effects.js | Fri Apr 04 18:51:11 -0700 2008 | |
| |
growl.css | ||
| |
growl.js | ||
| |
logo.png | Sat Apr 05 06:10:05 -0700 2008 | |
| |
prototype-1.6.0.2.js | Fri Apr 04 16:56:22 -0700 2008 | |
| |
smoke.png | Fri Apr 04 19:11:35 -0700 2008 | |
| |
test.html |
README
== Description == prototypeGrowl is an implementation of the Mac OS X Growl notification system using the Prototype javascript library. == Authors == Thomas Reynolds <tdreyno@gmail.com - http://github.com/tdreyno> Craig P Jolicoeur <cpjolicoeur@gmail.com - http://github.com/cpjolicoeur> == Usage == to create a new growl use the following code: var growl = new Growl.Smoke; growl.show({option: value}); The following option:value pairs can be set: image: 'path to image file to use in growl bubble' title: 'title of growl bubble' content: 'message for growl bubble' autohide: time in seconds to display the growl bubble (set to 0 to keep visible until clicked) animated: time in seconds of fade in / fade out animation (set to 0 to prevent animation) opacity: value from 0 - 1 of opacity of growl bubble == Misc == Much thanks to the following javascript growl implementations for ideas and inspiration: Window.Growl (mootools) - http://icebeat.bitacoras.com/mootools/growl/ protoGrowl (prototype) - http://www.midgard-project.org/documentation/protogrowl Growl (jquery) - http://alexsancho.name/archives/2006/11/windowgrowl-con-jquery/ yowl (YUI) - http://code.google.com/p/yowl/ == TODO == * If using Effects, do a sanity check to make sure the needed libraries are included.









