Print Button
- CH Project Support Limited Carl Holmes
- Sep 4, 2022
- 1 min read
Updated: Mar 26, 2023
Adding a Print Button to a Menu:
Add to Javascript
/* Adds a Menu to Print*/
$("#view_xxx .kn-link-1").live("click", function () {
window.print();
});
This is the URL link for the Menu button.
javascript:void(0)
Comentários