Skip to content

Commit fd10331

Browse files
committed
EN,CZ : bottom panel option mentioned
1 parent cdb650f commit fd10331

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cs/puiButton.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Tento plugin je vhodný pro zajištění jednoduchého 🔘 tlačítka s akcí p
1212
|---|---|
1313
| ID | Id nového tlačítka. Musí být jedinečné napříč systémem, aby tlačítko nebylo propojeno s jinou akcí a nebo plugin jinou akci nepřepsal. |
1414
| CAPTION | Titulek nebo ikonka pro tlačítko. Pokud **ID** tlačítka je definované jako klíč v lokalizaci, data se přepíší hodnotou překladového klíče. |
15-
| TARGET | Cílový slot pro tlačítko. Obvyklé hodnoty: sidebar (boční panel), header (horní panel nad textem kapitoly). Hodnota může být jakákoli, avšak cílový plugin (páruje se podle ID pluginu) musí být schopen zpracovat událost ⚡ [ButtonSend][ButtonSend] jinak se tlačítko nikde nezobrazí. |
15+
| TARGET | Cílový slot pro tlačítko. Obvyklé hodnoty: sidebar (boční panel), header (horní panel nad textem kapitoly), bottom (dolní panel pod textem kapitoly, prázdný panel bývá skrytý). Hodnota může být jakákoli, avšak cílový plugin (páruje se podle ID pluginu) musí být schopen zpracovat událost ⚡ [ButtonSend][ButtonSend] jinak se tlačítko nikde nezobrazí. |
1616

1717
## Implementace
1818

en/puiButton.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This plugin is suitable for providing a simple 🔘 button with an action for th
1212
|---|---|
1313
| ID | ID of the new button. It must be unique across the system so that the button is not linked to another action and the plugin does not overwrite another action. |
1414
| CAPTION | Caption or icon for the button. If the **ID** of the button is defined as a key in localization, the data will be overwritten with the value of the translation key. |
15-
| TARGET | Target slot for the button. Common values: sidebar (side panel), header (top panel above the chapter text). The value can be anything, but the target plugin (matched by plugin ID) must be able to handle the ⚡ [ButtonSend][ButtonSend] event, otherwise the button will not be displayed anywhere. |
15+
| TARGET | Target slot for the button. Common values: sidebar (side panel), header (top panel above the chapter text), bottom (bottom panel below the chapter text, empty panel is usually hidden). The value can be anything, but the target plugin (matched by plugin ID) must be able to handle the ⚡ [ButtonSend][ButtonSend] event, otherwise the button will not be displayed anywhere. |
1616

1717
## Implementation
1818

0 commit comments

Comments
 (0)