Search: if

Last modified by admin on 2022/04/24 04:58

Results 1 - 10 of 38 next page » Page 1 2 3 4

code

Located in
Property value
if (shouldHide) { const bottomPanel = document.getElementById('xwikidatacontents'); if (bottomPanel) { bottomPanel.style.display = 'none'; } }

code

Located in
Property value
#if ($isGuest) #tmMoreActions { display: none; } #end

code

Located in
Property value
const leftPanel = document.getElementById('leftPanels') const shouldHide = !leftPanel || leftPanel.childElementCount === 0; console.log(shouldHide) if (shouldHide) { if (leftPanel) { leftPanel.style.display = 'none'; } const contentPanel = document.querySelector('#contentcolumn > .main'); if (contentPanel

code

Located in
Property value
const testPattern = /^\[[+-]?\d+(\.\d+)?\]/; function replaceNodeText(from) { if (from.nodeType === 3) { const text = from.textContent; if (testPattern.test(text)) { from.textContent = text.replace(testPattern, "").trim(); } } else if (from.childNodes) { for (const element of

code

Located in
Property value
handleExportClick(event) { if (event.target.hasAttribute("disabled")) { event.stopImmediatePropagation
= []; } setInterval(() => { const modal = document.getElementById("exportModal"); if (modal) { const isOpen = modal.style.display === "block"; if (isOpen && !opened) { onShow(modal

code

Located in
Property value
/* Administration application custom JavaScript */ document.observe('xwiki:dom:loaded', function() { if($('goto-select')) { Event.observe($('goto-select'), 'change', function (event) { var select = event.element(); var i = select.selectedIndex; if (window.location != select.options

akaBotDocs Transfer.7z 1.1

Uploaded by admin on 2023/08/25 10:38 (9.7 MB)
File of type application/x-7z-compressed
Attachment content
Select the day you want to see task statistics Date & Time Yes Only available if you
Yes Only available if you chose weekly 4 Choose Month Select the month you want to see task statistics Date & Time Yes Only available if you chose monthly 5

description

Located in
Property value
Simple application to manage a list of contributors. If you want to know where the movies are defined, check the [[Movies>>Help.Applications.Movies.WebHome]] application.

code

Located in
Property value
const {pathname} = window.location; if (pathname.startsWith('/bin/loginsubmit') || pathname.startsWith('/bin/login')) { document.title = 'Login - akaBot Docs'; }

description

Located in
Property value
Simple application to manage a list of movies. If you want to know where the movie directors are defined, check the [[Contributors>>Help.Applications.Contributors.WebHome]] application.
next page » Page 1 2 3 4
RSS feed for search on [if]
Created by admin on 2022/04/17 14:38