Skip to content

Commit 66e26cc

Browse files
committed
EN,CZ : puiButtonSelect reorder in Functionality description points
1 parent 006808c commit 66e26cc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

cs/puiButtonSelect.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,13 @@ Plugins.catalogize(puiButtonSelectNew);
5959

6060
## Popis funkčnosti
6161

62+
- **this.select** obsahuje odkaz na vytvořený výběrový seznam
63+
- **e** představuje javascript systémové události
6264
- **appendComboBoxItems** připojí množinu položek do výběrového pole. Indexy jsou přiřazeny od 0
6365
- **e.target.selectedIndex** index vybrané položky
6466
- **e.target.options\[e.target.selectedIndex\].text** text vybrané položky
6567
- **this.select.options.length = 0** smaže položky výběrového pole
6668
- **_handleFocus** akce před otevřením seznamu možných voleb
67-
- **this.select** obsahuje odkaz na vytvořený výběrový seznam
68-
- **e** představuje javascript systémové události
6969
- **sendEvent('ButtonSelectIconSet', (x) => {x.payload = '🖥️'; id = '';});** změní ikonu tlačítka na 🖥️
7070

7171
## Příklady implementací

en/puiButtonSelect.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,13 @@ Plugins.catalogize(puiButtonSelectNew);
5959

6060
## Functionality description
6161

62+
- **this.select** contains a link to the created selection list
63+
- **e** represents JavaScript system events
6264
- **appendComboBoxItems** adds a set of items to the selection box. Indexes are assigned from 0
6365
- **e.target.selectedIndex** index of the selected item
6466
- **e.target.options\[e.target.selectedIndex\].text** text of the selected item
6567
- **this.select.options.length = 0** deletes the items in the selection box
6668
- **_handleFocus** action before opening the list of possible options
67-
- **this.select** contains a link to the created selection list
68-
- **e** represents JavaScript system events
6969
- **sendEvent('ButtonSelectIconSet', (x) => {x.payload = '🖥️'; id = '';});** changes the button icon to 🖥️
7070

7171
## Implementation examples

0 commit comments

Comments
 (0)