Opens or closes the Openable widget setup for the given element.
To use with auto-widgets (HTML API) as part of a trigger specification:
<div class="lisn-modal" data-lisn-on-view="@open +reference=top:50%"></div> Copy
<div class="lisn-modal" data-lisn-on-view="@open +reference=top:50%"></div>
Static
Readonly
Opens the Openable widget setup for the element.
Toggles the Openable widget setup for the element.
Closes the Openable widget setup for the element.
Opens or closes the Openable widget setup for the given element.
To use with auto-widgets (HTML API) as part of a trigger specification:
Example