Search: select-item-3

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

Results 1 - 2 of 2 Page 1

XWiki Syntax Guide

Located in
Last modified by admin on 2022/04/17 14:38
Objects
', function() { if($('goto-select')) { Event.observe($('goto-select'), 'change', function (event) { var select = event.element(); var i = select.selectedIndex; if (window.location != select.options[i].value) { window.location = select.options[i].value; } }); $('goto-select
code : #document-title { margin-bottom: 1em; } #change-context { float: right; padding-top: 0.5em; } #goto-select optgroup { margin: 0.5ex; } #syntax-page-content { margin-left: 15em; } #syntax-page-content table { width: 99%; } #syntax-page-content>h3 { display: none; } #syntax-page
Raw document content
) No syntax sections found! #else #foreach ($item in $results) #set($sectionDoc = $xwiki.getDocument($item)) #set($obj = $sectionDoc.getObject("XWiki.XWikiSyntaxClass")) ## detect if we
sections from a syntax category * * Expected format: * sections = vector of items * item = map with the

Home

Located in
Last modified by admin on 2024/02/16 10:10
Objects
%; } .akb-home .akb-highlight-items { margin: 0 auto; margin-top: 52px; z-index: 1; } .akb-home .akb-highlight-items .akb-card { padding: 32px; background: #ffffff; box-shadow: 0px 4px 18px rgba(118,0,5,0.05); border-radius: 15px; cursor: pointer; user-select: none; display: flex; align-items
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
Raw document content
-items"> <a class="akb-card" href="/bin/view/Overview/Exchange/"> <div class="akb-card-body
Page 1
RSS feed for search on [select-item-3]
Created by admin on 2022/04/17 14:38