Toggle Mobile Panel Action Element
Home | Getting Started | API | Elements | Actions | Validators | Handlers | Configuration Options | Plugins | Mobile | Troubleshooting | About
Table of Contents
1 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
- base element
- Mobile Panel Element
- Mobile Panel Demonstration
- Toggle Action (non-mobile version)