Search: if

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

Results 11 - 20 of 38 « previous page next page » Page 1 2 3 4

code

Located in
Property value
const overviewLink = document.querySelector(".space.dropdown > a[href='/bin/view/Overview/']"); if (overviewLink && overviewLink.parentElement) { overviewLink.parentElement.classList.add('breadcrumb--disabled'); }

XWiki.JavaScriptExtension[2]

Located in
Objects
code : 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

XWiki.JavaScriptExtension[6]

Located in
Objects
= []; function handleExportClick(event) { if (event.target.hasAttribute("disabled")) { event
"); if (modal) { const isOpen = modal.style.display === "block"; if (isOpen && !opened) { onShow(modal); } else if (!isOpen && opened) { onHide(); } opened

XWiki.JavaScriptExtension[0]

Located in
Objects
code : const leftPanel = document.getElementById('leftPanels') const shouldHide = !leftPanel || leftPanel.childElementCount === 0; console.log(shouldHide) if (shouldHide) { if (leftPanel
'); if (contentPanel) { contentPanel.style.setProperty('margin-left', 0, 'important') } }

XWiki.JavaScriptExtension[0]

Objects
code : /* 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

XWiki.JavaScriptExtension[1]

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

code

Located in
Property value
document.querySelectorAll(".breadcrumb-tree").forEach(el => { el.setAttribute('data-responsive', 'false'); if (el.parentElement.classList.contains('dropdown-menu')) { el.parentElement.style.maxHeight = 'calc(100vh - 150px)'; el.parentElement.style.overflow = 'auto'; } }); document

XWiki.StyleSheetExtension[0]

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

AppWithinMinutes.LiveTableClass[0]

Objects
description : 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.

XWiki.JavaScriptExtension[5]

Located in
Objects
code : const {pathname} = window.location; if (pathname.startsWith('/bin/loginsubmit') || pathname.startsWith('/bin/login')) { document.title = 'Login - akaBot Docs'; }
RSS feed for search on [if]
Created by admin on 2022/04/17 14:38