Skip to content

Commit 34c205c

Browse files
committed
EN,CZ : typography : admonitions used chapter texts, fixed hyperlinks
1 parent 3354186 commit 34c205c

4 files changed

Lines changed: 12 additions & 8 deletions

File tree

cs/event.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,8 @@ V obslužném kódu pak můžete události vyvolávat takto:
7979
```
8080

8181
V souboru **appmainBaseLogic.js** naleznete příklady funkcí, které podobná volání zapouzdřují.
82-
> [!WARNING] Je doporučeno si pro svůj plugin založit podobnou sadu funkcí v odděleném souboru (který vložíte do [seznamu skriptů][jsList]). Volání metody **sendEvent** se neindexuje pro [prohlížeč objektů][oexplorer], ale tyto funkce budou indexovány.
82+
> [!WARNING]
83+
> Je doporučeno si pro svůj plugin založit podobnou sadu funkcí v odděleném souboru (který vložíte do [seznamu skriptů](js.lst.md "Seznam skriptů")). Volání metody **sendEvent** se neindexuje pro [prohlížeč objektů](oexplorer.md "Prohlížeč objektů"), ale tyto funkce budou indexovány.
8384
8485
## Záznamy 🛰️
8586

@@ -91,4 +92,3 @@ Záznam v 🛰️ [prohlížeči objektů][oexplorer] znamená, že:
9192
[IEvent]: :_evt:IEvent.md "IEvent"
9293
[oexplorer]: oexplorer.md "Prohlížeč objektů"
9394
[IPlugin]: :_plg:IPlugin.md "IPlugin"
94-
[jsList]: js.lst.md "Seznam skriptů"

cs/oexplorer.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ HelpViewer obsahuje plugin **puiButtonObjectExplorer**. Tento plugin slouží k
44

55
## Aktivace
66

7-
> [!WARNING] ObjectExplorer zásuvný modul je načten pouze pokud aplikace běží s **DEBUG_MODE = true** v **index.html**. V opačném případě není k dispozici žádná funkcionalita ani výstup a aplikace vrací odpověď nenalezeno pro kapitoly, které modul obsluhuje.
7+
> [!WARNING]
8+
> ObjectExplorer zásuvný modul je načten pouze pokud aplikace běží s **DEBUG_MODE = true** v **index.html**. V opačném případě není k dispozici žádná funkcionalita ani výstup a aplikace vrací odpověď nenalezeno pro kapitoly, které modul obsluhuje.
89
9-
> [!WARNING] Pokud plugin nebyl doposud v rámci relace aktivní, část funkcionality ze seznamu funkcí při použití odkazů nebude ještě k dispozici.
10+
> [!WARNING]
11+
> Pokud plugin nebyl doposud v rámci relace aktivní, část funkcionality ze seznamu funkcí při použití odkazů nebude ještě k dispozici.
1012
1113
Pokud je plugin aktivní, zobrazí se Vám na bočním panelu toto tlačítko:
1214

en/event.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,8 @@ In the handler code, you can then trigger events as follows:
7979
```
8080

8181
In the **appmainBaseLogic.js** file, you will find examples of functions that encapsulate similar calls.
82-
> [!WARNING] It is recommended to create a similar set of functions for your plugin in a separate file (which you will add to the [list of scripts][jsList]). Calls to the **sendEvent** method are not indexed for the [object explorer][oexplorer], but these functions will be indexed.
82+
> [!WARNING]
83+
> It is recommended to create a similar set of functions for your plugin in a separate file (which you will add to the [list of scripts](js.lst.md "List of scripts")). Calls to the **sendEvent** method are not indexed for the [object explorer](oexplorer.md "Object explorer"), but these functions will be indexed.
8384
8485
## Records 🛰️
8586

@@ -91,4 +92,3 @@ A record in the 🛰️ [object explorer][oexplorer] means that:
9192
[IEvent]: :_evt:IEvent.md "IEvent"
9293
[oexplorer]: oexplorer.md "Object explorer"
9394
[IPlugin]: :_plg:IPlugin.md "IPlugin"
94-
[jsList]: js.lst.md "List of scripts"

en/oexplorer.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ HelpViewer includes the **puiButtonObjectExplorer** plugin. This plugin is used
44

55
## Activation
66

7-
> [!WARNING] The ObjectExplorer plug-in is only loaded if the application is running with **DEBUG_MODE = true** in **index.html**. Otherwise, no functionality or output is available, and the application returns a "not found" response for the chapters served by the module.
7+
> [!WARNING]
8+
> The ObjectExplorer plug-in is only loaded if the application is running with **DEBUG_MODE = true** in **index.html**. Otherwise, no functionality or output is available, and the application returns a "not found" response for the chapters served by the module.
89
9-
> [!WARNING] If the plugin has not yet been active during the session, some of the functionality from the list of functions will not yet be available when using links.
10+
> [!WARNING]
11+
> If the plugin has not yet been active during the session, some of the functionality from the list of functions will not yet be available when using links.
1012
1113
If the plugin is active, you will see this button on the sidebar:
1214

0 commit comments

Comments
 (0)