I can't seem to get the onclick callback for growl notifications to
work. Ideally I would like it to bring the window when I click the
growl notification, but I can't even get a notification to work. Any
suggestions?
window.fluid.showGrowlNotification({
title: unreadMsgCount + ' new message' + ( unreadMsgCount == 0 ||
unreadMsgCount > 1 ? 's' : '' ),
description: null,
priority: priority,
onclick:function(){
alert('hi');
},
sticky: sticky
});
--
You received this message because you are subscribed to the Google Groups
"fluidapp" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/fluidapp?hl=en.