SaveFilePage Property |
Sets or retrieves a value that indicates with which page developers would like to receive and save the document sent by AceoffixCtrl.
[ JavaScript ]
document.getElementById("AceoffixCtrl1").SaveFilePage
String type.
The property is read/write. The property has no default value.
The remarks of this property are the same as the remarks of the Aceoffix.AceoffixCtrl.SaveFilePage property at server-side. The difference is that you can call it on client-side.
Only when you call OpenDocument by JavaScript on client-side, you may use this property.
document.getElementById("AceoffixCtrl1").SaveFilePage = "doc/savefile.aspx";