Source: Is it possible to update the options of a component?. ATTENTION: le code d’illustration donnée dans l’issue Git est FAUX! Mais il m’a mis sur la bonne piste. Reportez-vous au code ci-dessous:
1 2 3 4 5 |
//init accordion component with options var accordion = UIkit.accordion(element, {collapse:true}); //change options on the fly accordion.collapse = false; |