-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Print selected documents from a view #838
Comments
Instaed of using a view, I would recommend to create a Page form containing a DocLink field where the user can select the docs he wants, and then implement the processing in an event. |
Ok. |
Implement your processing in onOpenDocument and add a submit button in the form. |
Ok but I don't know how to translate in coding the document selection by means the check boxes |
The value of the DocLink field will be a list of doc id corresponding to the selected docs. |
Hi all,
I've read https://github.com/plomino/Plomino/wiki/HOW-TO-Produce-printable-documents
Now I'd like to print only selected documents from a view.
Is it possibile to use the default check box showed on the left of each document in a view?
If yes, how?
Thank you
Luca
The text was updated successfully, but these errors were encountered: