File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -56,6 +56,12 @@ Plugins.catalogize(puiButtonFullScreen);
5656this .button .classList .add (C_HIDDENCPRESMODE );
5757```
5858
59+ ### Scénář: Zavření bočního panelu pouze na mobilním zažízení
60+
61+ ``` javascript
62+ sendEvent (evtHideIfTooWide);
63+ ```
64+
5965[ ButtonSend ] : :_evt:ButtonSend.md " ButtonSend "
6066[ ClickedEvent ] : :_evt:ClickedEvent.md " ClickedEvent "
6167[ puiButton ] : :_plg:puiButton.md " puiButton "
Original file line number Diff line number Diff line change @@ -56,6 +56,12 @@ Plugins.catalogize(puiButtonFullScreen);
5656this .button .classList .add (C_HIDDENCPRESMODE );
5757```
5858
59+ ### Scenario: Closing the side panel only on mobile devices
60+
61+ ``` javascript
62+ sendEvent (evtHideIfTooWide);
63+ ```
64+
5965[ ButtonSend ] : :_evt:ButtonSend.md " ButtonSend "
6066[ ClickedEvent ] : :_evt:ClickedEvent.md " ClickedEvent "
6167[ puiButton ] : :_plg:puiButton.md " puiButton "
You can’t perform that action at this time.
0 commit comments