HI guys
how can i bind a button to accept the CONTROL P function in weweb for a chrome web browser to print the page?
HI guys
how can i bind a button to accept the CONTROL P function in weweb for a chrome web browser to print the page?
If you wany your button to trigger the print of the page, you can add a customjs action with the following code
wwLib.getFrontWindow.print()
thanks everyone, we going to try it out and will let u know how we progress!
much appreciated
tried your suggestion - getting an error - any ideas please?
wwLib.getFrontWindow().print()
thanks a bunch! works perfectly.
Sorry, my mistake, thanks @dorilama