File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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í
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments