You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Josh Joy <jo...@yahoo.com> on 2006/09/28 13:47:08 UTC

Submit Windows Print job

Hi All,

Is it possible to create a link thru tapestry such
that when a user 
clicks it, it opens up the windows print screen dialog
box?

Thanks,
Josh

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: Submit Windows Print job

Posted by Danny Angus <Da...@slc.co.uk>.
"Jesse Kuhnert" <jk...@gmail.com> wrote on 29/09/2006 02:28:47:

> Yep...Some might even suggest that in this scenario you could provide a 
page
> with a slightly modified @Border (if you are using such a component) to 
cut
> out cruft not needed in printing.. (Like navigation / etc..)

or use css, with a bit of skill its possible to make pages print out 
really nice this way, 
optional elements included and excluded from printing, and different 
styles across the board.

d.


*******************************************************************************************************
The information in this e-mail is confidential and for use by the addressee(s) only. If you are not the intended recipient please delete the message from your computer. You may not copy or forward it or use or disclose its contents to any other person. As Internet communications are capable of data corruption Student Loans Company Limited does not accept any responsibility for changes made to this message after it was sent. For this reason it may be inappropriate to rely on advice or opinions contained in an e-mail without obtaining written confirmation of it. Neither Student Loans Company Limited or the sender accepts any liability or responsibility for viruses as it is your responsibility to scan attachments (if any). Opinions and views expressed in this e-mail are those of the sender and may not reflect the opinions and views of The Student Loans Company Limited.

This footnote also confirms that this email message has been swept for the presence of computer viruses.

********************************************************************************************************

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: Submit Windows Print job

Posted by Jesse Kuhnert <jk...@gmail.com>.
Yep...Some might even suggest that in this scenario you could provide a page
with a slightly modified @Border (if you are using such a component) to cut
out cruft not needed in printing.. (Like navigation / etc..)

On 9/28/06, andyhot <an...@di.uoa.gr> wrote:
>
> html+js can do this:
>
> <a href="javascript:print()">PRiNT Me</a>
>
> Josh Joy wrote:
> > Hi All,
> >
> > Is it possible to create a link thru tapestry such
> > that when a user
> > clicks it, it opens up the windows print screen dialog
> > box?
> >
> > Thanks,
> > Josh
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> > For additional commands, e-mail: users-help@tapestry.apache.org
> >
> >
> >
>
>
> --
> Andreas Andreou - andyhot@apache.org - http://andyhot.di.uoa.gr
> Tapestry / Tacos developer
> Open Source / J2EE Consulting
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>


-- 
Jesse Kuhnert
Tapestry/Dojo/(and a dash of TestNG), team member/developer

Open source based consulting work centered around
dojo/tapestry/tacos/hivemind. http://blog.opencomponentry.com

Re: Submit Windows Print job

Posted by andyhot <an...@di.uoa.gr>.
html+js can do this:

<a href="javascript:print()">PRiNT Me</a>

Josh Joy wrote:
> Hi All,
>
> Is it possible to create a link thru tapestry such
> that when a user 
> clicks it, it opens up the windows print screen dialog
> box?
>
> Thanks,
> Josh
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>
>   


-- 
Andreas Andreou - andyhot@apache.org - http://andyhot.di.uoa.gr
Tapestry / Tacos developer
Open Source / J2EE Consulting 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org