Changes for page Accelerators
Last modified by Erik Bakker on 2025/01/10 15:08
From version 48.1
edited by Erik Bakker
on 2022/04/29 16:29
on 2022/04/29 16:29
Change comment:
There is no comment for this version
To version 23.1
edited by Erik Bakker
on 2022/04/29 15:46
on 2022/04/29 15:46
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Objects (0 modified, 0 added, 1 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,19 +1,26 @@ 1 +(% class="extension-link search-extension box" %)((( 2 +((( 3 +{{velocity}} 4 +=== #if($services.icon)$services.icon.render('find')#end Search Extension... === 1 1 {{html}} 2 -< html><body>3 -< divclass="row">4 - divclass="col-sm-12mb-3">5 - inputtype="text" id="myFilter"class="form-control" onkeyup="myFunction()" placeholder="Search Store Items..">6 - < /div>7 - </ div>8 -</ body></html>6 +<form action="$xwiki.getURL("ExtensionCode.ExtensionSearch")"> 7 + <input type="hidden" name="f_space" value="Extension" /> 8 + <input type="text" name="text" value="extension name..." size="25" class="withTip" id="searchTextInput" /> 9 + <span class="buttonwrapper"> 10 + <input class="btn btn-primary" type="submit" value="Search" id="searchSubmit"/> 11 + </span> 12 +</form> 9 9 {{/html}} 14 +[[Advanced>>ExtensionCode.ExtensionSearch||queryString="space=Extension"]] 15 +{{/velocity}} 16 +))) 17 +))) 10 10 11 - 12 12 {{html}} 13 13 <html><body<div class="ez-academy"> 14 14 <div class="ez-academy_body"> 15 15 <main class="master"> 16 - <div class="card-container" id="myItems">23 + <div class="card-container"> 17 17 <a href="/bin/view/Main/eMagiz%20Store/Accelerators/REST%20-%20Fire%20%26%20Forget/" class="card"> 18 18 <div class="card__body" style="background: url(/bin/download/Main/Images/Store/WebHome/REST%20Webservice.svg) center no-repeat; background-size: 30%;"> 19 19 <h4 class="title">REST - Fire & Forget</h4>
- XWiki.JavaScriptExtension[0]
-
- Caching policy
-
... ... @@ -1,1 +1,0 @@ 1 -long - Code
-
... ... @@ -1,15 +1,0 @@ 1 -function myFunction() { 2 - var input, filter, cards, cardContainer, h4, title, i; 3 - input = document.getElementById("myFilter"); 4 - filter = input.value.toUpperCase(); 5 - cardContainer = document.getElementById("myItems"); 6 - cards = cardContainer.getElementsByClassName("card"); 7 - for (i = 0; i < cards.length; i++) { 8 - title = cards[i].querySelector(".card__body h4.title"); 9 - if (title.innerText.toUpperCase().indexOf(filter) > -1) { 10 - cards[i].style.display = ""; 11 - } else { 12 - cards[i].style.display = "none"; 13 - } 14 - } 15 -} - Name
-
... ... @@ -1,1 +1,0 @@ 1 -Search Store Items - Use this extension
-
... ... @@ -1,1 +1,0 @@ 1 -onDemand