Tooltip like popup component which can perform text copy(to clipboard)?

2010-02-03 Thread Ashika Umanga Umagiliya

Greetings,

In my application, I  have a datable which shows pretty long text 
values.So,  I want to display only a part of the text in datatable-cells 
and when user hover over the text,it should display a Tooltip like/Popup 
component with full text.I cant use simple tooltip because user should 
be able to copy the text in the popup component.

Any ideas how to implement this?

I have done something similar using ZK ,please refer to image at
http://i49.tinypic.com/2eqdljc.jpg

Thanks in advance,
umanga

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



Re: Tooltip like popup component which can perform text copy(to clipboard)?

2010-02-03 Thread vineet semwal
1)create converter to display only part of text,
2)use mootip with mootipsettings.setfixed(true)

On Wed, Feb 3, 2010 at 3:09 PM, Ashika Umanga Umagiliya 
auma...@biggjapan.com wrote:

 Greetings,

 In my application, I  have a datable which shows pretty long text
 values.So,  I want to display only a part of the text in datatable-cells and
 when user hover over the text,it should display a Tooltip like/Popup
 component with full text.I cant use simple tooltip because user should be
 able to copy the text in the popup component.
 Any ideas how to implement this?

 I have done something similar using ZK ,please refer to image at
 http://i49.tinypic.com/2eqdljc.jpg

 Thanks in advance,
 umanga

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




-- 
regards,
Vineet Semwal


Re: Tooltip like popup component which can perform text copy(to clipboard)?

2010-02-03 Thread Ashika Umanga Umagiliya

Thanks vineet for the reply,

But I could find mootip/MootipSettings classes.I use wicket 1.4.6?

Any tips,
umanga
vineet semwal wrote:

1)create converter to display only part of text,
2)use mootip with mootipsettings.setfixed(true)

On Wed, Feb 3, 2010 at 3:09 PM, Ashika Umanga Umagiliya 
auma...@biggjapan.com wrote:

  

Greetings,

In my application, I  have a datable which shows pretty long text
values.So,  I want to display only a part of the text in datatable-cells and
when user hover over the text,it should display a Tooltip like/Popup
component with full text.I cant use simple tooltip because user should be
able to copy the text in the popup component.
Any ideas how to implement this?

I have done something similar using ZK ,please refer to image at
http://i49.tinypic.com/2eqdljc.jpg

Thanks in advance,
umanga

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