Skip to content

Instantly share code, notes, and snippets.

@devinrader
Last active December 19, 2015 00:49
Show Gist options
  • Save devinrader/5871283 to your computer and use it in GitHub Desktop.
Save devinrader/5871283 to your computer and use it in GitHub Desktop.
<customUI xmlns="http://schemas.microsoft.com/office/2009/07/customui">
<ribbon>
<tabs>
<tab id="customTab" label="TWILIOSO" insertAfterMso="TabHome">
<group id="customGroup" label="Messages">
<button id="customButton1" label="Send SMS" size="large" onAction="conSendSms" imageMso="twiliologo" />
</group>
</tab>
</tabs>
</ribbon>
</customUI>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment