public
Fork of tdreyno/prototypegrowl
Description: Prototype & Scriptaculous implementation of the OS X growl notification bubbles
Homepage: http://www.craigjolicoeur.com/pgrowl
Clone URL: git://github.com/cpjolicoeur/prototypegrowl.git
update example code in test file
cpjolicoeur (author)
Sat Apr 05 19:55:07 -0700 2008
commit  0e63909197a89a67d9c8ed2ee4a1d9c412495cfd
tree    562b85ce853d770e2d9c3e3a5b24b09c6fe32c1e
parent  a4ebad909d4f3c8a75bb384932f3cbe9828e5f75
...
44
45
46
47
48
49
50
51
52
53
54
 
 
 
 
 
 
 
 
 
 
 
55
56
57
...
44
45
46
 
 
 
 
 
 
 
 
47
48
49
50
51
52
53
54
55
56
57
58
59
60
0
@@ -44,14 +44,17 @@
0
     <li><a href="#" id="bezel" title="Show msg Bezel">Show Growl Bezel.</a> <b>(NOT WORKING YET)</b></li>
0
     <li><a href="growl.js" title="Download">Download js.</a></li>
0
   </ul>
0
- <pre><code>Growl.Smoke({
0
- title: &apos;prototypeGrowl&apos;,
0
- text: &apos;http://github.com/tdreyno/prototypegrowl&apos;,
0
- image: &apos;growl.jpg&apos;,
0
- autohide: 2,
0
- animated: 0.75,
0
- opacity: 0.8
0
-});</code></pre>
0
+ <pre><code>
0
+ var growl = new Growl.Smoke;
0
+ growl.show({
0
+ title: &apos;prototypeGrowl&apos;,
0
+ text: &apos;http://github.com/tdreyno/prototypegrowl&apos;,
0
+ image: &apos;growl.jpg&apos;,
0
+ autohide: 2,
0
+ animated: 0.75,
0
+ opacity: 0.8
0
+ });
0
+ </code></pre>
0
   <p>
0
     By <a href="http://github.com/tdreyno" title="Thomas Reynolds">Thomas Reynolds</a> and <a href="http://github.com/cpjolicoeur" title="Blog">Craig P Jolicoeur</a>.
0
   </p>

Comments

    No one has commented yet.