You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by James Carman <ja...@carmanconsulting.com> on 2008/11/17 21:27:21 UTC

overLIB Integration...

Would anyone be interested in a Wicket/overLIB integration library?
I've written one for work and wouldn't mind sharing it with folks.  It
makes it very easy to add overLIB stuff to components, using
behaviors...

component.add(new OverlibBehavior("This is my tooltip
text").sticky().forceClose().delay(250));

This would create a tooltip with the specified text that is "sticky"
and has to be closed.  It wouldn't show up for 250 milliseconds.  If
anyone's interested, I can put it in wicketstuff.

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


Re: overLIB Integration...

Posted by Jeremy Thomerson <je...@wickettraining.com>.
I also like the idea and would use it.

-- 
Jeremy Thomerson
http://www.wickettraining.com

On Mon, Nov 17, 2008 at 3:58 PM, Marc Ende <ml...@e-beyond.de> wrote:

> Hi,
>
> imho this would be a nice feature.
>
> What about the mentioned constructor is it still
> OverlibBehavior(String) or do you plan also
> a OverlibBehavior(IModel)? It would be nice to
> have such a constructor when the contents should
> be loaded from a model.
>
> Marc
>
> James Carman schrieb:
>  > Would anyone be interested in a Wicket/overLIB integration library?
> > I've written one for work and wouldn't mind sharing it with folks.  It
> > makes it very easy to add overLIB stuff to components, using
> > behaviors...
> >
> > component.add(new OverlibBehavior("This is my tooltip
> > text").sticky().forceClose().delay(250));
> >
> > This would create a tooltip with the specified text that is "sticky"
> > and has to be closed.  It wouldn't show up for 250 milliseconds.  If
> > anyone's interested, I can put it in wicketstuff.
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> > For additional commands, e-mail: users-help@wicket.apache.org
> >
>
>
>

Re: overLIB Integration...

Posted by James Carman <ja...@carmanconsulting.com>.
The reason I'm using overLIB is because it's what we used years ago
when we originally wrote this code (it was an HTML generation
application that we're porting to "live" views with Wicket).  You're
right, it is pretty basic, but I was just offering it up since I've
already done the legwork.  I do like the look of the cluetip stuff,
though.  Very nice, indeed.  Although, for our application I'm not
jazzed about using ajax for loading the tooltip's contents (I know you
don't have to with cluetip).

On Tue, Nov 18, 2008 at 3:45 AM, Swinsburg, Stephen
<s....@lancaster.ac.uk> wrote:
> I used overLIB years ago and its pretty basic. What about something like jQuery's cluetip (http://plugins.learningjquery.com/cluetip/demo/) - far more extensible and configurable.
>
> Personal preference I guess.
>
> Steve
>
>
> -----Original Message-----
> From: James Carman [mailto:james@carmanconsulting.com]
> Sent: Tue 11/18/2008 1:25 AM
> To: users@wicket.apache.org
> Subject: Re: overLIB Integration...
>
> On Mon, Nov 17, 2008 at 4:58 PM, Marc Ende <ml...@e-beyond.de> wrote:
>> Hi,
>>
>> imho this would be a nice feature.
>>
>> What about the mentioned constructor is it still
>> OverlibBehavior(String) or do you plan also
>> a OverlibBehavior(IModel)? It would be nice to
>> have such a constructor when the contents should
>> be loaded from a model.
>
> Great idea!  In our application (where I need it right now), we didn't
> need to use models, but I can see how this would be a "wickety" way to
> do it.  I'll incorporate it.  I'll try to get something up on
> wicketstuff soon.  Glad to hear that it would be useful to other
> folks.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>

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


Re: overLIB Integration...

Posted by Nino Saturnino Martinez Vazquez Wael <ni...@jayway.dk>.
Hmm, we do actually have both prototip and mootip integration as stuff 
projects, and mootip supports ajax retrival of tips.. But the more the 
merrier I guess?

Swinsburg, Stephen wrote:
> I used overLIB years ago and its pretty basic. What about something like jQuery's cluetip (http://plugins.learningjquery.com/cluetip/demo/) - far more extensible and configurable.
>
> Personal preference I guess.
>
> Steve
>
>
> -----Original Message-----
> From: James Carman [mailto:james@carmanconsulting.com]
> Sent: Tue 11/18/2008 1:25 AM
> To: users@wicket.apache.org
> Subject: Re: overLIB Integration...
>  
> On Mon, Nov 17, 2008 at 4:58 PM, Marc Ende <ml...@e-beyond.de> wrote:
>   
>> Hi,
>>
>> imho this would be a nice feature.
>>
>> What about the mentioned constructor is it still
>> OverlibBehavior(String) or do you plan also
>> a OverlibBehavior(IModel)? It would be nice to
>> have such a constructor when the contents should
>> be loaded from a model.
>>     
>
> Great idea!  In our application (where I need it right now), we didn't
> need to use models, but I can see how this would be a "wickety" way to
> do it.  I'll incorporate it.  I'll try to get something up on
> wicketstuff soon.  Glad to hear that it would be useful to other
> folks.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>   

-- 
-Wicket for love

Nino Martinez Wael
Java Specialist @ Jayway DK
http://www.jayway.dk
+45 2936 7684


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


RE: overLIB Integration...

Posted by "Swinsburg, Stephen" <s....@lancaster.ac.uk>.
I used overLIB years ago and its pretty basic. What about something like jQuery's cluetip (http://plugins.learningjquery.com/cluetip/demo/) - far more extensible and configurable.

Personal preference I guess.

Steve


-----Original Message-----
From: James Carman [mailto:james@carmanconsulting.com]
Sent: Tue 11/18/2008 1:25 AM
To: users@wicket.apache.org
Subject: Re: overLIB Integration...
 
On Mon, Nov 17, 2008 at 4:58 PM, Marc Ende <ml...@e-beyond.de> wrote:
> Hi,
>
> imho this would be a nice feature.
>
> What about the mentioned constructor is it still
> OverlibBehavior(String) or do you plan also
> a OverlibBehavior(IModel)? It would be nice to
> have such a constructor when the contents should
> be loaded from a model.

Great idea!  In our application (where I need it right now), we didn't
need to use models, but I can see how this would be a "wickety" way to
do it.  I'll incorporate it.  I'll try to get something up on
wicketstuff soon.  Glad to hear that it would be useful to other
folks.

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



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


Re: overLIB Integration...

Posted by James Carman <ja...@carmanconsulting.com>.
On Mon, Nov 17, 2008 at 4:58 PM, Marc Ende <ml...@e-beyond.de> wrote:
> Hi,
>
> imho this would be a nice feature.
>
> What about the mentioned constructor is it still
> OverlibBehavior(String) or do you plan also
> a OverlibBehavior(IModel)? It would be nice to
> have such a constructor when the contents should
> be loaded from a model.

Great idea!  In our application (where I need it right now), we didn't
need to use models, but I can see how this would be a "wickety" way to
do it.  I'll incorporate it.  I'll try to get something up on
wicketstuff soon.  Glad to hear that it would be useful to other
folks.

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


Re: overLIB Integration...

Posted by Marc Ende <ml...@e-beyond.de>.
Hi,

imho this would be a nice feature.

What about the mentioned constructor is it still
OverlibBehavior(String) or do you plan also
a OverlibBehavior(IModel)? It would be nice to
have such a constructor when the contents should
be loaded from a model.

Marc

James Carman schrieb:
> Would anyone be interested in a Wicket/overLIB integration library?
> I've written one for work and wouldn't mind sharing it with folks.  It
> makes it very easy to add overLIB stuff to components, using
> behaviors...
> 
> component.add(new OverlibBehavior("This is my tooltip
> text").sticky().forceClose().delay(250));
> 
> This would create a tooltip with the specified text that is "sticky"
> and has to be closed.  It wouldn't show up for 250 milliseconds.  If
> anyone's interested, I can put it in wicketstuff.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
> 



Re: overLIB Integration...

Posted by TahitianGabriel <gl...@piti.pf>.
I'd love to have that code too. Very interesting indeed.



jwcarman wrote:
> 
>   If anyone's interested, I can put it in wicketstuff.
> 
> 

-- 
View this message in context: http://www.nabble.com/overLIB-Integration...-tp20547530p20564951.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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