[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] Re: Print the Browser widget

Justin Toennies wrote:

>Is there a way to execute print so I can link my browser widget to the
>toolbar print button?
>
>
>  
>
You can call JavaScript using the Browser#execute() Method. E.g.
browser.execute("window.print();");
But that might not work on all platforms. I am having problems with this
call on mac.

Ben