Added printed version of graph image.

This commit is contained in:
Unick Soft
2019-05-02 17:52:38 +02:00
parent 479282d0c1
commit bec33619c9
8 changed files with 173 additions and 80 deletions

View File

@@ -359,6 +359,12 @@ function postLoadPage()
userAction(this.id);
application.SetHandlerMode("saveDialogFullImage");
}
document.getElementById('SavePrintGraphImage').onclick = function ()
{
userAction(this.id);
application.SetHandlerMode("savePrintGraphImage");
}
document.getElementById('Zoom100').onclick = function ()
{