Widget: DCTList: Difference between revisions

From LINKS Community Center
Jump to: navigation, search
Eschmidt (talk | contribs)
No edit summary
Eschmidt (talk | contribs)
No edit summary
Line 420: Line 420:
     function clearFilters() {
     function clearFilters() {
         document.querySelectorAll('#dct-filters input[type="checkbox').forEach(checkbox => checkbox.checked = checkbox.defaultChecked);
         document.querySelectorAll('#dct-filters input[type="checkbox').forEach(checkbox => checkbox.checked = checkbox.defaultChecked);
         tabulator.clearFilter();
         applyFilters();
     }
     }
     </script>
     </script>
Line 433: Line 433:
             with, within or&nbsp;among groups of&nbsp;people who have similar interests or&nbsp;have common attributes (i.e.,
             with, within or&nbsp;among groups of&nbsp;people who have similar interests or&nbsp;have common attributes (i.e.,
             communities) in&nbsp;case of a&nbsp;disaster, as well as for performing analysis of these interactions.</p>
             communities) in&nbsp;case of a&nbsp;disaster, as well as for performing analysis of these interactions.</p>
       
 
         <p>This page provides an&nbsp;overview of&nbsp;various Disaster Community Technologies. You can use the&nbsp;filters to&nbsp;identify
         <p>This page provides an&nbsp;overview of&nbsp;various Disaster Community Technologies. You can use the&nbsp;filters to&nbsp;identify
             relevant tools according to your needs and then click on the name of a&nbsp;tool to&nbsp;get further information.</p>
             relevant tools according to your needs and then click on the name of a&nbsp;tool to&nbsp;get further information.</p>

Revision as of 11:57, 20 June 2022

Development verstion of the DCT List.
Not ready for production!