Re: Notifications

2009-06-01 Thread Martin Grigorov
I've contributed a JGrowlFeedbackPanel as well some time ago:
https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicketstuff-core/jquery-parent/jquery-examples/src/main/java/org/wicketstuff/jquery/demo/Page4JGrowl.java
 

El lun, 01-06-2009 a las 00:11 -0700, Alex Objelean escribió:
> 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
> > 
> > 
> 


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Notifications

2009-06-01 Thread Alex Objelean

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: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Notifications

2009-05-31 Thread Null kühl
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


Re: Palette and on change notifications

2008-03-20 Thread Igor Vaynberg
recorder wont get onchange because its value is changed
pragmatically...you need to find another hook. maybe one of the
buttons or select boxes.

-igor


On Thu, Mar 20, 2008 at 5:20 AM, Piller Sébastien <[EMAIL PROTECTED]> wrote:
> Hello everybody,
>
>  I'm trying to get selection change notifications with the palette
>  component (I need a notification each time a user click on an item in
>  the palette). I saw that I need to attach an ajax behavior to the
>  recorder component of the palette. But I tried several ways of doing
>  that, it works not. How am I supposed to do this?
>
>  Thanks ;)
>
>  -
>  To unsubscribe, e-mail: [EMAIL PROTECTED]
>  For additional commands, e-mail: [EMAIL PROTECTED]
>
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Palette and on change notifications

2008-03-20 Thread Piller Sébastien

Hello everybody,

I'm trying to get selection change notifications with the palette 
component (I need a notification each time a user click on an item in 
the palette). I saw that I need to attach an ajax behavior to the 
recorder component of the palette. But I tried several ways of doing 
that, it works not. How am I supposed to do this?


Thanks ;)

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]