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

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

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