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 @@ -50,6 +50,12 @@ Plugins.catalogize(puiButtonFullScreen);
5050
5151- Potomci třídy 🖥️ [ puiButton] [ puiButton ]
5252
53+ ### Scénář: Tlačítko se schováním v 📽 prezentačním režimu
54+
55+ ``` javascript
56+ this .button .classList .add (C_HIDDENCPRESMODE );
57+ ```
58+
5359[ ButtonSend ] : :_evt:ButtonSend.md " ButtonSend "
5460[ ClickedEvent ] : :_evt:ClickedEvent.md " ClickedEvent "
5561[ puiButton ] : :_plg:puiButton.md " puiButton "
Original file line number Diff line number Diff line change @@ -50,6 +50,12 @@ Plugins.catalogize(puiButtonFullScreen);
5050
5151- Descendants of the 🖥️ [ puiButton] [ puiButton ] class
5252
53+ ### Scenario: Button hidden in 📽 presentation mode
54+
55+ ``` javascript
56+ this .button .classList .add (C_HIDDENCPRESMODE );
57+ ```
58+
5359[ ButtonSend ] : :_evt:ButtonSend.md " ButtonSend "
5460[ ClickedEvent ] : :_evt:ClickedEvent.md " ClickedEvent "
5561[ puiButton ] : :_plg:puiButton.md " puiButton "
You can’t perform that action at this time.
0 commit comments