Skip to content

Instantly share code, notes, and snippets.

@volkanceylan
Created August 14, 2016 06:09
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 volkanceylan/e576ca2aec28a598a7579a3066c78262 to your computer and use it in GitHub Desktop.
Save volkanceylan/e576ca2aec28a598a7579a3066c78262 to your computer and use it in GitHub Desktop.
this.toolbar.findButton('add-button').off('click').addClass('dropdown').html(
"<button type='button' class='button-outer' style='background: none' data-toggle='dropdown' aria-haspopup='true' aria-expanded='false'>" +
"<span class='button-inner'>New Item<span class='caret'></span></span></button>" +
"<ul class='dropdown-menu'><li><a>test</a></li><li><a>test2</a></li></ul>");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment