Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created March 13, 2017 15:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bjoerntx/089241d3ef7383737928a6e4f6b08f9e to your computer and use it in GitHub Desktop.
Save bjoerntx/089241d3ef7383737928a6e4f6b08f9e to your computer and use it in GitHub Desktop.
document.addEventListener("inputFormatReceived", function (e) {
var msg = e.detail;
// process "Bold"
if (msg.hasOwnProperty("Bold"))
inputFormatChanged(TXTextControl.InputFormatProperty.Bold, msg.Bold);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment