Searched refs:getButtonHtml (Results 1 – 3 of 3) sorted by relevance
/plugin/syntaxhighlighter3/sxh3/src/js/ |
H A D | shCore.js | 133 return sh.toolbar.getButtonHtml(highlighter, name, sh.config.strings[name]); 153 getButtonHtml: function(highlighter, commandName, label) method in sh.toolbar 206 …return sh.toolbar.getButtonHtml(highlighter, 'expandSource', title ? title : sh.config.strings.exp…
|
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/ |
H A D | shCore.js | 1414 return sh.toolbar.getButtonHtml(highlighter, name, sh.config.strings[name]); 1434 getButtonHtml: function(highlighter, commandName, label) method in sh.toolbar 1487 …return sh.toolbar.getButtonHtml(highlighter, 'expandSource', title ? title : sh.config.strings.exp…
|
H A D | shCore.min.js | 17 …getButtonHtml(e,t,B.config.strings[t])}for(var n='<div class="toolbar">',r=B.toolbar.items,i=r.lis… method in B.toolbar
|