Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created December 30, 2015 12:15
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/cba5b60128fe6b07237c to your computer and use it in GitHub Desktop.
Save bjoerntx/cba5b60128fe6b07237c to your computer and use it in GitHub Desktop.
TXTextControl.addEventListener("ribbonTabsLoaded", function (e) {
// remove the original file menu
$("#fileMenu").remove();
// open the new menu when the FILE menu is clicked
$("#tabFile").on("click", function () {
animateBackstage(0);
});
animateBackstage(1);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment