| 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 |
State ⇒ Accepted
Milestone ⇒
Queue ⇒ IMP
Summary ⇒ Add fluid growl notifications
Type ⇒ Enhancement
Priority ⇒ 1. Low
Patch ⇒
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.