Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created December 21, 2017 11:32
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/c477526bffeef46861cc08f0ba7362ff to your computer and use it in GitHub Desktop.
Save bjoerntx/c477526bffeef46861cc08f0ba7362ff to your computer and use it in GitHub Desktop.
TXTextControl.addEventListener("ribbonTabsLoaded", function (e) {
// get the ribbon tab content and add it after the Merge Fields group in
// the reporting tab
$.get("/RibbonExtensions/ReportingTab/NewGroup.html", function (data) {
$("#ribbonGroupMergeField").after(data);
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment