Home
last modified time | relevance | path

Searched refs:btn (Results 101 – 125 of 149) sorted by relevance

123456

/plugin/webdav/vendor/sabre/dav/lib/DAV/Browser/assets/
H A Dsabredav.css115 .btn, button, input[type=submit] {
124 a.btn:visited {
128 .btn.disabled {
/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/assets/
H A Dsabredav.css115 .btn, button, input[type=submit] {
124 a.btn:visited {
128 .btn.disabled {
/plugin/diagramsnet/lib/js/diagramly/sidebar/
H A DSidebar.js555 var btn = document.createElement('button');
556 btn.style.marginLeft = '4px';
557 mxUtils.write(btn, 'Save');
614 if (btn.parentNode != null)
616 btn.parentNode.removeChild(btn);
629 title.appendChild(btn);
634 title.appendChild(btn);
639 title.appendChild(btn);
650 if (btn.parentNode != null)
652 btn.parentNode.removeChild(btn);
/plugin/imagemapping/
H A Dscript.js30 function addBtnActionImagemap(btn, props, edid) {
31 jQuery(btn).on('click', function () {
23 addBtnActionImagemap(btn, props, edid) global() argument
/plugin/combo/resources/theme/default/components/css/
H A Dinterwiki.css2 a.link-interwiki:not(.btn) {
H A Drailbar-off-canvas.css1 #railbar-offcanvas-wrapper-cs .btn {
/plugin/translatebutton/
H A Dtranslatebutton.js1 function tb_openurlbyselection(btn, props, edid) { argument
/plugin/idcount/
H A Dscript.js10 function tb_PluginIDCount(btn, props, edid) { argument
/plugin/redissue/
H A Dstyle.css10 a.btn.btn-primary.redissue {
/plugin/tplmod/
H A Daction.php374 $btn = $this->getLang('toggle_name');
375 if(!$btn) $btn = 'Sidebar toggle';
376 array_splice($event->data['items'], -1, 0, [new \dokuwiki\plugin\tplmod\MenuItem($btn)]);
/plugin/lms/
H A Dstyle.less19 .lms-btn {
/plugin/webcomponent/_test/data/pages/
H A Dwebcomponent.txt14 * [[button|button (btn)]]
/plugin/abc2/
H A Dstyle.css37 .abcjs-inline-midi .abcjs-btn {
56 .abcjs-inline-midi .abcjs-btn:hover {
167 .abcjs-large .abcjs-btn {
/plugin/indexmenu/scripts/
H A Dcontextmenu.js237 * @param {string} btn id of button
239 createTocMenu: function (get, picker, btn) {
247 return IndexmenuContextmenu.togglePicker($toc_picker, jQuery('#' + btn));
252 IndexmenuContextmenu.ajaxmenu(get, $toc_picker, jQuery('#' + btn), $toc_picker.children().last(), null);
260 * @param {jQuery} $btn
264 ajaxmenu: function (get, $picker, $btn, $container, oncomplete) {
268 if (!IndexmenuContextmenu.togglePicker($picker, $btn)) return;
294 * Hide/show picker, will be shown beside btn
297 * @param {jQuery} $btn
300 togglePicker: function ($picker, $btn) {
[all...]
/plugin/cryptsign/
H A Dscript.js27 function tb_pluginsign(btn, props, edid) { argument
/plugin/diagramsnet/lib/js/diagramly/
H A DEditor.js4570 btn.style.width = '104px';
4573 div.appendChild(btn);
4586 div.appendChild(btn);
4744 btn.style.width = '40px';
4747 btn.appendChild(clrDiv);
4748 return btn;
4792 return btn;
5493 var btn = null;
5506 div.appendChild(btn);
5522 if (btn == null)
[all …]
H A DDialogs.js378 btn.style.width = '340px';
437 buttons.appendChild(btn);
445 btn.style.width = '340px';
454 buttons.appendChild(btn);
2723 btn.click();
4871 btns.appendChild(btn);
5268 btn.appendChild(img);
5269 btns.appendChild(btn);
9551 btns.appendChild(btn);
9636 btns.appendChild(btn);
[all …]
/plugin/vshare/
H A Dscript.js17 function tb_pluginvshare(btn, props, edid) { argument
/plugin/diagramsnet/lib/js/grapheditor/
H A DDialogs.js2412 btn.setAttribute('draggable', 'false');
2413 btn.setAttribute('align', 'top');
2414 btn.setAttribute('border', '0');
2415 btn.style.width = '16px';
2416 btn.style.padding = '0px 6px 0 0';
2417 btn.style.marginTop = '2px';
2425 mxUtils.setOpacity(btn, 75);
2430 mxUtils.setOpacity(btn, 25);
2435 btn.style.filter = 'invert(100%)';
2440 btn.style.cursor = 'pointer';
[all …]
/plugin/diagrams/
H A Dstyle.less
/plugin/s5reloaded/ui/effects_support/
H A Dcontrols.js518 var btn = document.createElement('input');
519 btn.type = 'submit';
520 btn.value = text;
521 btn.className = 'editor_' + mode + '_button';
523 btn.onclick = this._boundCancelHandler;
524 this._form.appendChild(btn);
525 this._controls[mode] = btn;
/plugin/virtualkeyboard/vk/
H A Dvirtualkeyboard.js403 var btn = document.getElementById(idPrefix+bi).firstChild;
407 if (btn.childNodes.length>1) {
408btn.childNodes.item(0).className = !sh||isEmpty(lang[i][sh])?cssClasses['buttonNormal'] // p…
411btn.childNodes.item(1).className = !sh?cssClasses['buttonShifted'] // put in the 'home' posit…
414btn.childNodes.item(2).className = !sh?cssClasses['buttonAlted'] // put in the 'home' posit…
/plugin/discussion/
H A Daction.php167 foreach($event->data as $btn) {
168 if($btn['type'] == 'mediapopup') continue;
169 if($btn['type'] == 'signature') continue;
170 if($btn['type'] == 'linkwiz') continue;
171 if($btn['type'] == 'NewTable') continue; //skip button for Edittable Plugin
172 if(preg_match("/=+?/", $btn['open'])) continue;
173 array_push($toolbar, $btn);
/plugin/openlayersmap/ol7/
H A Dol-layerswitcher.js
/plugin/combo/resources/theme/default/pages/partials/
H A Dpage-side-md-collapsable.hbs1 <button id="page-side-control" class="btn page-side-toggle d-md-none collapsed mb-3" type="button"

123456