Skip to content

Instantly share code, notes, and snippets.

@davecra
Last active June 20, 2017 20:13
Show Gist options
  • Save davecra/d391a8694b94573a4d32027857f21c90 to your computer and use it in GitHub Desktop.
Save davecra/d391a8694b94573a4d32027857f21c90 to your computer and use it in GitHub Desktop.
How to call a Form using officejs.dialogs
Form.Reset();
Form.Show("/test.html",10,20,false,function(result){
var yourJSON = JSON.parse(result).Result;
// if you placed false in the 4th param you must
// handle the close of the form
Form.DialogClose();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment