Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for toggleExpandedSideNav (0.29 sec)

  1. platforms/documentation/docs/src/main/resources/footer.html

        [].forEach.call(document.querySelectorAll(".docs-navigation .nav-dropdown"), function registerSideNavActions(collapsibleElement) {
            collapsibleElement.addEventListener("click", function toggleExpandedSideNav(evt) {
                evt.preventDefault();
                evt.target.classList.toggle("expanded");
                evt.target.setAttribute("aria-expanded", evt.target.classList.contains("expanded").toString());
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 14 09:28:20 UTC 2024
    - 8.6K bytes
    - Viewed (0)
Back to top