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 88: Line 88:
     }
     }


     /** @param {DCT} dct */
     /**
    * @param {DCT} dct
    * @param {Partial<DCT>} params
    */
     function dctFilter(dct, params) {
     function dctFilter(dct, params) {
         return true;
         return true;
Line 146: Line 149:
     })
     })


     // $(document).ready(function () {
     $(document).ready(function () {
    //            const checked1 =  $('#data-source-filter input[type="checkbox"]:checked').map((idx, el) => el.value)
                const checked1 =  $('#data-source-filter input[type="checkbox"]:checked').map((idx, el) => el.value)
    //            console.log(checked1)
                console.log(checked1)
    //        //your code here
            //your code here
    //        });
            });
     </script>
     </script>



Revision as of 12:21, 8 June 2022

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