/* This is a template command */ CmdUtils.CreateCommand({ name: "grab", execute: function(input) { window.Screengrab.grabCompleteDocument(); } });