I did something similar, using jquery notice plugin (also known as jgrowl).
The implementation of this behavior can be found at this link: http://pastebin.com/f6db2ec0e http://pastebin.com/f6db2ec0e And the usage is pretty simple, all you have to do is to add the behavior to your form like this:: add(new JGrowlBehavior()); Alex Objelean Null kühl wrote: > > Hi all, > > I was doing a small social application using wicket, and i would > like > to provide the user with a list of notifications once he logs in, how ever > i > would like to display them to the user in a way that is .. notifying:) > more > like that of facebook floating notifications, any ideas .. ? > > Also is there some sorta wicket component that would be able to float on a > web page and gets dismissed when the user closes it or so, having the > ability to call a certain method or so when closed. > > Regards, > Null Kuhl > > -- View this message in context: http://www.nabble.com/Notifications-tp23808267p23810811.html Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
