Re: Print friendly panel

2010-02-28 Thread Martin Makundi
to the user. - Alex -Original Message- From: Josh Chappelle [mailto:jchappe...@4redi.com] Sent: Friday, February 26, 2010 4:09 PM To: users@wicket.apache.org Subject: Print friendly panel Hi, Does anyone know of a suggested method to render a printer friendly panel

RE: Print friendly panel (pdf)

2010-02-28 Thread Alex Rass
@wicket.apache.org Subject: Re: Print friendly panel Hi! Anybody interested in pdf print script via wicket? ** Martin 2010/2/28 nino martinez wael nino.martinez.w...@gmail.com: Yeah I agree this is the way it should be done. Works like a charm! And then just have a simple js like this: script

RE: Print friendly panel

2010-02-28 Thread Josh Chappelle
Awesome! Thanks a lot guys. That will be easy to do. Josh -Original Message- From: Riyad Kalla [mailto:rka...@gmail.com] Sent: Saturday, February 27, 2010 6:06 PM To: users@wicket.apache.org Subject: Re: Print friendly panel This is what I've done in the past as well, allows your user

RE: Print friendly panel

2010-02-27 Thread Josh Chappelle
O'Cleirigh [mailto:michael.ocleir...@rivulet.ca] Sent: Friday, February 26, 2010 3:25 PM To: users@wicket.apache.org Subject: Re: Print friendly panel Hi Josh, I'd create a PrinterFriendlyPage and then use a customized Link from the NotPrinterFriendlyPage to have it open in a new window. Link has

RE: Print friendly panel

2010-02-27 Thread Alex Rass
for printing only. All transparent to the user. - Alex -Original Message- From: Josh Chappelle [mailto:jchappe...@4redi.com] Sent: Friday, February 26, 2010 4:09 PM To: users@wicket.apache.org Subject: Print friendly panel Hi, Does anyone know of a suggested method to render a printer

Re: Print friendly panel

2010-02-27 Thread Riyad Kalla
To: users@wicket.apache.org Subject: Print friendly panel Hi, Does anyone know of a suggested method to render a printer friendly panel to a separate browser window so that user's can print? The only thing I have found is the following article and it looks a little clunky. http

Print friendly panel

2010-02-26 Thread Josh Chappelle
Hi, Does anyone know of a suggested method to render a printer friendly panel to a separate browser window so that user's can print? The only thing I have found is the following article and it looks a little clunky. http://cwiki.apache.org/WICKET/rendering-panel-to-a-string.html

Re: Print friendly panel

2010-02-26 Thread Michael O'Cleirigh
Hi Josh, I'd create a PrinterFriendlyPage and then use a customized Link from the NotPrinterFriendlyPage to have it open in a new window. Link has this public method where you can setup the PopupSettings class that seems to provide the configuration hooks for how the popup should work when