Documentation

Toggle Mobile Panel Action - #toggle_mobile_panel {}

This action will toggle a Mobile Panel (collapsible mobile side menu typicaly of mobile applications).

Usage

   wf:wire(close_button, panel_id, #toggle_mobile_panel{}).

    %% OR %%

    wf:wire(close_button, #toggle_mobile_panel{ target=panel_id}).

See Also



View Source or Submit Corrections for this Documentation Page
Copyright © 2008-2024 Nitrogen Web Framework. Released under the MIT License.