Mar 261 minPrinting without LinksUse the below CSS code in your application to hide either the page or menu links /*Hide Links when Printing Page*/ @media print {...
Sep 4, 20221 minShow & Hide ViewsHow to use User Roles and Page Rules to show and hide page components. This is a great way to ensure that the correct people only see the...
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...
Aug 30, 20221 minConditional RulesRules are my favourite part of Knack. They enable you to do a lot of heavy lifting in the background making your workflow and application...