View Revisions: Issue #664

Summary 0000664: Configure open button on Java Client print-in dialog
Revision 2017-03-20 20:36 by rijkr
Description IST: The Open button on the Print-in Dialog of the Client App opens the User Web App.
SOLL: Configuration item "cliapp.print-in.url-query" can be set with query string to be appended to the URL when opening the User Web App in response to a print-in event. For example: "sp-show=print" (opens the Print dialog) or "sp-show=pdf" (open the PDF dialog). The text of the button in the Print-in Dialog that opens the URL can be set with configuration item "cliapp.print-in.dialog.button-open".
Revision 2017-03-15 14:56 by rijkr
Description IST: The Open button on the Print-in Dialog of the Client App opens the User Web App.
SOLL: Configuration item "cliapp.url-query.print-in" can be set with query string to be appended to the URL when opening the User Web App in response to a print-in event. For example: "sp-show=print" (opens the Print dialog) or "sp-show=pdf" (open the PDF dialog).
Revision 2017-03-15 13:47 by rijkr
Description IST: The Open button on the Print-in Dialog of the Client App opens the User Web App.
SOLL: Configuration item "cliapp.print-in.webapp-url-query" can be set with query string to be appended to the URL when opening the User Web App in response to a print-in event. For example: "sp-show=print" (opens the Print dialog) or "sp-show=pdf" (open the PDF dialog).
Revision 2017-03-14 19:12 by rijkr
Description IST: The dialog has 2 buttons to open the User Web App or to close the dialog.
SOLL: Add configurable buttons that each open the User Web App for a particular scenario.

Configuration item "cliapp.print-in.webapp-url-query" can be set with query string to be appended to the URL when opening the User Web App in response to a print-in event. For example: "sp-show=print" (open Print dialog) or "sp-show=pdf" (open PDF dialog).
Revision 2016-04-07 11:51 by rijkr
Description IST: The dialog has 2 buttons to open the User Web App or to close the dialog.
SOLL: Add configurable buttons that each open the User Web App for a particular scenario.
Revision 2016-02-25 17:00 by rijkr
Description To force attention to a print-in event an optional dialog is shown after a print-in event. The dialog has buttons that each opens the User Web App for a particular scenario.

Since system modal dialogs are not possible in Java the dialog is presented full screen: this will force the user to take action (or close the dialog).