Re: Scrollbar in popup window?

2008-01-31 Thread Nino Saturnino Martinez Vazquez Wael

yes..

http://www.google.com/search?hl=daq=scrollable+divbtnG=S%C3%B8glr=

Andy Czerwonka wrote:

Is there a way to do it within a div right on a page?

palun [EMAIL PROTECTED] wrote in message 
news:[EMAIL PROTECTED]
  

How do I get vertical scrollbar in a popup window with (too) long content?
Popup is created like so:

add(new BookmarkablePageLink(instrLink, InstructionsPopupPage.class,
params).setPopupSettings(popupSettings));

The purpose is to show a rather long information text in a separate window
whenever user clicks an info icon. Content is static html. If anyone has
comments / suggestions on how to best do this from a wicket app, please 
let

me know.

Many thanks
/ulf
--
View this message in context: 
http://www.nabble.com/Scrollbar-in-popup-window--tp15182160p15182160.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]








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


  


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


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



Scrollbar in popup window?

2008-01-30 Thread palun

How do I get vertical scrollbar in a popup window with (too) long content? 
Popup is created like so: 

add(new BookmarkablePageLink(instrLink, InstructionsPopupPage.class,
params).setPopupSettings(popupSettings));

The purpose is to show a rather long information text in a separate window
whenever user clicks an info icon. Content is static html. If anyone has
comments / suggestions on how to best do this from a wicket app, please let
me know. 

Many thanks
/ulf  
-- 
View this message in context: 
http://www.nabble.com/Scrollbar-in-popup-window--tp15182160p15182160.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]



Re: Scrollbar in popup window?

2008-01-30 Thread Nino Saturnino Martinez Vazquez Wael

create a scrollable div?

palun wrote:
How do I get vertical scrollbar in a popup window with (too) long content? 
Popup is created like so: 


add(new BookmarkablePageLink(instrLink, InstructionsPopupPage.class,
params).setPopupSettings(popupSettings));

The purpose is to show a rather long information text in a separate window
whenever user clicks an info icon. Content is static html. If anyone has
comments / suggestions on how to best do this from a wicket app, please let
me know. 


Many thanks
/ulf  
  


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


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



Re: Scrollbar in popup window?

2008-01-30 Thread Leon Lee

Don't know if this is what you want...

add(new BookmarkablePageLink(instrLink, InstructionsPopupPage.class,
params).setPopupSettings(PopusSettings.SCROLLBARS));



palun wrote:
 
 How do I get vertical scrollbar in a popup window with (too) long content? 
 Popup is created like so: 
 
 add(new BookmarkablePageLink(instrLink, InstructionsPopupPage.class,
 params).setPopupSettings(popupSettings));
 
 The purpose is to show a rather long information text in a separate window
 whenever user clicks an info icon. Content is static html. If anyone has
 comments / suggestions on how to best do this from a wicket app, please
 let me know. 
 
 Many thanks
 /ulf  
 

-- 
View this message in context: 
http://www.nabble.com/Scrollbar-in-popup-window--tp15182160p15183846.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]



Re: Scrollbar in popup window?

2008-01-30 Thread Andy Czerwonka
Is there a way to do it within a div right on a page?

palun [EMAIL PROTECTED] wrote in message 
news:[EMAIL PROTECTED]

 How do I get vertical scrollbar in a popup window with (too) long content?
 Popup is created like so:

 add(new BookmarkablePageLink(instrLink, InstructionsPopupPage.class,
 params).setPopupSettings(popupSettings));

 The purpose is to show a rather long information text in a separate window
 whenever user clicks an info icon. Content is static html. If anyone has
 comments / suggestions on how to best do this from a wicket app, please 
 let
 me know.

 Many thanks
 /ulf
 -- 
 View this message in context: 
 http://www.nabble.com/Scrollbar-in-popup-window--tp15182160p15182160.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]

 




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



Re: Scrollbar in popup window?

2008-01-30 Thread palun

That's exactly what I needed! Works fine now. (Should have spotted that one
myself, sorry.)
Thanks.
/ulf

Don't know if this is what you want...

add(new BookmarkablePageLink(instrLink, InstructionsPopupPage.class,
params).setPopupSettings(PopupSettings.SCROLLBARS));



-- 
View this message in context: 
http://www.nabble.com/Scrollbar-in-popup-window--tp15182160p15191400.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]