[#8566] Add fluid growl notifications
Summary Add fluid growl notifications
Queue IMP
Queue Version Git master
Type Enhancement
State Accepted
Priority 1. Low
Owners
Requester Chuck Hagenbuch <chuck (at) horde (dot) org>
Created 09/09/09 (185 days ago)
Due
Updated
Assigned
Resolved
Attachments
Milestone
Patch No

History
09/09/09 Chuck Hagenbuch Comment #1
State ⇒ Accepted
Milestone ⇒
Queue ⇒ IMP
Summary ⇒ Add fluid growl notifications
Type ⇒ Enhancement
Priority ⇒ 1. Low
Patch ⇒
Reply to this comment
In addition to the fluid dock badge numbers, we should be able to show 
growl notifications now that we have them:



window.fluid.showGrowlNotification({

     title: "title",

     description: "description",

     priority: 1,

     sticky: false,

     identifier: "foo",

     onclick: callbackFunc,

     icon: imgEl // or URL string

})

http://www.fluidapp.com/developer/





This could even replace the in-browser js notifications if growl is available.