Difference between revisions of "Widget:DCTList"

From LINKS Community Center
Jump to: navigation, search
Line 458: Line 458:
 
                         const subfuncId = 'subfunc-filter-' + escapeAttr(func);
 
                         const subfuncId = 'subfunc-filter-' + escapeAttr(func);
 
                         funcFilterHtml +=
 
                         funcFilterHtml +=
                             `<input type="checkbox" checked id="${subfuncId}" value="${func}">
+
                             `<div>
                            <label for="${subfuncId}">${func}</label>`;
+
                                <input type="checkbox" checked id="${subfuncId}" value="${func}">
 +
                                <label for="${subfuncId}">${func}</label>
 +
                            </div>`;
 
                     }
 
                     }
 
                     funcFilterHtml += '</div>';
 
                     funcFilterHtml += '</div>';

Revision as of 11:55, 17 November 2022

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