Skip to content

Instantly share code, notes, and snippets.

name: Office Online Content Control Issue
description: Test an issue in Office Online.
host: WORD
api_set: {}
script:
content: |
$("#copy").click(() => tryCatch(copy));
$("#paste").click(() => tryCatch(paste));
let xmlContent = null;
name: Delete content control
description: Delete content control
host: WORD
api_set: {}
script:
content: |
$("#copy").click(() => tryCatch(retrieveXML));
$("#insert").click(() => tryCatch(insert));
$("#remove").click(() => tryCatch(remove));