You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 9, 2021. It is now read-only.
Currently printing is done using window.print() which means the whole page is printed including the navbar and other navigational elements. It is probably better to print just the list (and the title). Note: the behaviour is correct if one prints from a chacklist list i.e. only the checklist is printed.
There is a reason for this inconsistent printing behaviour. It is thought that people might want to partially complete a checklist on a computer, print it and then complete the missing parts on paper. Printing from checklist lists only prints blank forms as it regenerates the HTML form the checklistDSL for every printing.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently printing is done using
window.print()
which means the whole page is printed including the navbar and other navigational elements. It is probably better to print just the list (and the title). Note: the behaviour is correct if one prints from a chacklist list i.e. only the checklist is printed.There is a reason for this inconsistent printing behaviour. It is thought that people might want to partially complete a checklist on a computer, print it and then complete the missing parts on paper. Printing from checklist lists only prints blank forms as it regenerates the HTML form the checklistDSL for every printing.
The text was updated successfully, but these errors were encountered: