MCPcopy Index your code
hub / github.com/summernote/summernote / button

Method button

src/js/module/Buttons.js:36–42  ·  view source on GitHub ↗
(o)

Source from the content-addressed store, hash-verified

34 }
35
36 button(o) {
37 if (!this.options.tooltip && o.tooltip) {
38 delete o.tooltip;
39 }
40 o.container = this.options.container;
41 return this.ui.button(o);
42 }
43
44 initialize() {
45 this.addToolbarButtons();

Callers 8

colorPaletteMethod · 0.95
addToolbarButtonsMethod · 0.95
addLinkPopoverButtonsMethod · 0.95
DataBasicPluginFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected