PrintDialog control

0
0

Hi Wisej,

I don’t see PrintDialog control in toolBox.

where is it?

Thank you.

  • You must to post comments
0
0

Hi Huynh,

Wisej itself doesn’t have a PrintDialog control.  For printing on the web, you should look into using the “window.print()” method in JavaScript.

You should use the Client’s browser printing popup to allow the user to select between printers and settings.

If you want to avoid the client’s printing popup you could use something along the lines of Google’s Cloud Print API: https://developers.google.com/cloud-print/ and create your own PrintDialog control.

Best,

Levie

 

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.