Modifications pour le document SolrDateFacet
Modifié par Florent Charton le 2026/01/13 15:01
Depuis la version 2.1
modifié par Florent Charton
sur 2024/08/08 18:44
sur 2024/08/08 18:44
Commentaire de modification :
Install extension [org.xwiki.platform:xwiki-platform-search-solr-ui/15.10.11]
À la version 1.1
modifié par superadmin
sur 2022/06/20 08:49
sur 2022/06/20 08:49
Commentaire de modification :
Install extension [org.xwiki.platform:xwiki-platform-search-solr-ui/13.10.6]
Résumé
-
Propriétés de la Page (1 modifications, 0 ajouts, 0 suppressions)
-
Objets (2 modifications, 0 ajouts, 0 suppressions)
Détails
- Propriétés de la Page
-
- Auteur du document
-
... ... @@ -1,1 +1,1 @@ 1 - xwiki:XWiki.fcharton1 +XWiki.superadmin
- XWiki.JavaScriptExtension[0]
-
- Code
-
... ... @@ -4,8 +4,7 @@ 4 4 var form = $(this).find('form').hide(); 5 5 6 6 // Toggle the form when the user selects the corresponding option. We pass null to prevent animation. 7 - $(this).find('.itemName').prev('input[type="checkbox"]').removeClass('hidden') 8 - .on('click', form.toggle.bind(form, null)); 7 + $(this).find('.itemName').prev('input[type="checkbox"]').removeClass('hidden').click($.proxy(form, 'toggle', null)); 9 9 10 10 // Use the client TimeZone when searching and displaying dates on the server. 11 11 // Note that we change the sign because Date#getTimezoneOffset() returns (UTC - local time)
- XWiki.StyleSheetExtension[0]
-
- Code
-
... ... @@ -1,5 +1,5 @@ 1 1 .search-facet-body .customDateInterval label { 2 - display: flex;2 + display: block; 3 3 } 4 4 .search-facet-body .customDateInterval .itemName { 5 5 cursor: pointer;