Added save full graph image

This commit is contained in:
Unick Soft
2017-07-17 01:00:23 +03:00
parent 1236fc4c1a
commit a64fff2dd9
6 changed files with 71 additions and 6 deletions

View File

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