Sep 4, 20221 min readPrint ButtonUpdated: Mar 26, 2023Rated 0 out of 5 stars.No ratings yetAdding 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)Sign up with Knack for free
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)Sign up with Knack for free
Comments