Home
last modified time | relevance | path

Searched refs:toggle (Results 1 – 25 of 267) sorted by relevance

1234567891011

/plugin/fastwiki/
H A Dtemplates.js22 m_showRow = $('<li>' + m_utils.makeShowLink(link.href) + '</li>').toggle(mode != 'show');
37 $(elt).prepend(newBtn.toggle(mode!='show'));
62 m_showRow.toggle(mode != 'show');
82 var show = $(m_utils.makeShowLink(url)).toggle(mode != 'show');
90 m_showRow.toggle(mode != 'show');
91 m_editRow.toggle(mode != 'edit' && mode != 'draft');
106 m_showRow.toggle(mode != 'show');
107 m_editRow.toggle(mode != 'edit' && mode != 'draft');
132 m_showRow.toggle(mode != 'show');
133 m_editRow.toggle(mod
[all...]
/plugin/s5reloaded/ui/thesis/
H A Doutline.css4 #footer, #controls, #controlForm, #navLinks, #toggle {
6 #toggle {float: right; padding: 0.5em;}
7 html>body #toggle {position: fixed; top: 0; right: 0;}
15 #toggle {border: 1px solid; border-width: 0 0 1px 1px; background: #FFF;}
/plugin/s5/ui/default/
H A Doutline.css4 #footer, #controls, #controlForm, #navLinks, #toggle {
6 #toggle {float: right; padding: 0.5em;}
7 html>body #toggle {position: fixed; top: 0; right: 0;}
15 #toggle {border: 1px solid; border-width: 0 0 1px 1px; background: #FFF;}
/plugin/s5/ui/dokuwiki/
H A Doutline.css4 #footer, #controls, #controlForm, #navLinks, #toggle {
6 #toggle {float: right; padding: 0.5em;}
7 html>body #toggle {position: fixed; top: 0; right: 0;}
15 #toggle {border: 1px solid; border-width: 0 0 1px 1px; background: #FFF;}
/plugin/combo/resources/theme/default/components/css/
H A Dheight-toggle.css1 button.height-toggle-cs {
15 button[class="height-toggle-cs"][aria-expanded="true"]{
20 button.height-toggle-cs::before {
33 button[class="height-toggle-cs"][aria-expanded="true"]::before {
H A Dtoggle.css1 .toggle-cs.collapsed .collapse-cs {
4 .toggle-cs:not(.collapsed) .expand-cs {
H A Dtooltip.css11 span[data-bs-toggle="tooltip"] { text-decoration: underline dotted; }
12 span[data-toggle="tooltip"] { text-decoration: underline dotted; }
/plugin/pgn4web/
H A Dpgn4web.patch10 …n ? '"; CLASS="buttonControlStop" TITLE="toggle autoplay (stop)" ' : '"; CLASS="buttonControlPlay"…
18 document.GameButtonsForm.AutoPlay.title = "toggle autoplay (stop)";
27 document.GameButtonsForm.AutoPlay.title = "toggle autoplay (start)";
/plugin/structstatus/
H A Dscript.js70 function makeDataSet($full, toggle) { argument
76 if (rid === toggle) {
83 set.push(toggle); // value was not enabled previously, we toggle it
/plugin/toggle/
H A Dplugin.info.txt1 base toggle
7 url https://www.dokuwiki.org/plugin:toggle
/plugin/combo/resources/snippet/js/
H A Dheight-toggle-onclick.js6 new bootstrap.Collapse(element, {toggle: false})
9 [...document.querySelectorAll('.height-toggle-onclick-cs')].forEach(element => {
13 collapseInstance.toggle();
/plugin/sectiontoggle/
H A Dscript.js40 jQuery(id).next().toggle()
73 /* add toggle icon and hide data below this header */
74 if(!this.getAttribute('class').match(/toggle/)) {
75 jQuery(elem).next().toggle();
76 if(skip) jQuery(elem).next().toggle();
93 jQuery(el).next().toggle();
100 !this.getAttribute("class").match(/toggle/)
110 if (!this.getAttribute("class").match(/toggle/)) {
180 if ($class.match(/sr-only|toggle/)) return;
248 jQuery(this).next('div').toggle();
[all...]
H A DREADME.md4 Dokuwiki plugin to toggle (hide and show) sections by clicking on section headers.
/plugin/bpmnioeditor/
H A Dscript.js36 jQuery('#bpmn_'+index+'_view').toggle();
210 jQuery('#bpmn_canvas_'+index+'_edit').toggle();
211 jQuery('#bpmn_canvas_'+index+'_view').toggle();
212 jQuery('#bpmn_'+index+'_view_button').toggle();
213 jQuery('#bpmn_'+index+'_save_button').toggle();
214 jQuery('#bpmn_'+index+'_edit_button').toggle();
/plugin/crypto/js/
H A Dtoggle-encryption-dialog.js44 this.toggle = function() { method in ToggleEncryptionDialog
60 dialog.toggle();
102 dialog.toggle();
/plugin/imagepreview/
H A Dscript.js67 jQuery("#yourpreviewId").toggle();
75 jQuery("#yourpreviewId").toggle();
/plugin/foldablelist/
H A Dscript.js27 $list.children().slice(settings.collapse_after).toggle();
33 $list.children().slice(settings.collapse_after).toggle();
/plugin/tindexmenu/
H A Dnojsindex-full.js28 addEvent(elem,'click',function(e){ return indexmenu_nojs.toggle(e,this,iobj[1]); });
41 toggle: function(e,clicky,jsajax){ method in indexmenu_nojs
H A Dnojsindex.js1 …;addEvent(elem,"click",(function(e){return indexmenu_nojs.toggle(e,this,iobj[1]);}));}}),toggle:(f… property in indexmenu_nojs
/plugin/jplayer/vendor/happyworm/jplayer/
H A DMIGRATION.md21 - **p** play/pause toggle
22 - **f** full/restore screen toggle
23 - **m** mute/unmute toggle
H A DCHANGELOG.md49 - **l** loop toggle
50 - **s** shuffle toggle (playlist)
55 - **p** play/pause toggle
56 - **f** full/restore screen toggle
57 - **m** mute/unmute toggle
/plugin/linkscollection/
H A Dscript.js52 const toggle = function (e) { function
145 $tree.on('click', toggleSelector, {data: $tree}, toggle);
/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"
2 data-bs-toggle="collapse" data-bs-target="#page-side-collapsable" aria-controls="page-side-collapsable"
/plugin/gitlog/
H A Dscript.js5 jQuery(this).next().toggle('show');
/plugin/newpagetemplate/
H A Dscript.js2 jQuery(which).toggle();

1234567891011