May 14, 20231 minGo to Top / BottomUse the below code to add button links to all your Knack live app pages enabling easy navigation to the Top and Bottom of long pages. Add...
Sep 4, 20221 minPrint ButtonAdding a Print Button to a Menu: Add to Javascript /* Adds a Menu to Print*/ $("#view_xxx .kn-link-1").live("click", function () {...
Aug 31, 20221 minCustom Date PickerThis will change all date fields to allow for easy month and year picking. The specific code will allow the user to select any year up to...