Print button

Issues related to the Login tools of WYSIWYG Web Builder.
Forum rules
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901

MUST READ:
http://www.wysiwygwebbuilder.com/login_basics.html
http://www.wysiwygwebbuilder.com/login_tools.html

TIP:
A lot of information about the login tools can be found in the help/manual.
Also checkout the demo template that is include with the software.
Post Reply
SergeFog
 
 
Posts: 159
Joined: Wed Apr 15, 2020 11:59 am

Print button

Post by SergeFog »

Is there a button to print a page?
User avatar
Pablo
 
Posts: 21569
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Print button

Post by Pablo »

- add a button (or any other object that support events)
- add an 'onclick' event
- set action to 'run javascript'
- select Javascript 'window.print()'
Post Reply