Search: select-item-3

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

Results 1 - 3 of 3 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

ホーム (ja)

Located in
Last modified by admin on 2023/10/16 16:58
Objects
name : HideBottomPanelIfNotLevel3
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
{ position: absolute; background: #ffffff; border: 1px solid #e3e3e3; box-sizing: border-box; border
Raw document content
="http://www.w3.org/2000/svg"> <path d="M23.6759 97.2198L230.324 97.2198C243.4 97.2198 254 88.4939 254 77
" height="60" viewBox="0 0 91 60" fill="none" xmlns="http://www.w3.org/2000
://www.w3.org/2000/svg"> <rect opacity="0.2" x="330" y="153" width
Page 1
RSS feed for search on [select-item-3]
Created by admin on 2022/04/17 14:38