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]

Reply via email to