Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/cookbook/browser_interaction/soft_keyboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
outline: [2, 4]
samples:
- z2ui5_cl_smp_app_352
- z2ui5_cl_smp_app_516
---
# Soft Keyboard

Expand Down Expand Up @@ -85,5 +86,6 @@ unless its row names another of the three sample repositories — pull that repo
| Sample | Class |
|---|---|
| Soft Keyboard Mode on Mobile (A) | [`Z2UI5_CL_SMP_APP_352`](https://github.com/abap2UI5/samples/blob/main/src/01/z2ui5_cl_smp_app_352.clas.abap) |
| Keyboard Layout of an Input (inputmode) (C) | [`Z2UI5_CL_SMP_APP_516`](https://github.com/abap2UI5/samples/blob/main/src/01/z2ui5_cl_smp_app_516.clas.abap) |

<!-- samples:end -->
2 changes: 2 additions & 0 deletions docs/cookbook/device_capabilities/upload_download.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ outline: [2, 4]
samples:
- z2ui5_cl_smp_app_074
- z2ui5_cl_smp_app_186
- z2ui5_cl_smp_app_517
---
# Upload, Download

Expand Down Expand Up @@ -103,5 +104,6 @@ unless its row names another of the three sample repositories — pull that repo
|---|---|
| Upload to the Backend (C) | [`Z2UI5_CL_SMP_APP_074`](https://github.com/abap2UI5/samples/blob/main/src/01/z2ui5_cl_smp_app_074.clas.abap) |
| Download to the Browser (A) | [`Z2UI5_CL_SMP_APP_186`](https://github.com/abap2UI5/samples/blob/main/src/01/z2ui5_cl_smp_app_186.clas.abap) |
| Upload with an UploadSet (C) | [`Z2UI5_CL_SMP_APP_517`](https://github.com/abap2UI5/samples/blob/main/src/01/z2ui5_cl_smp_app_517.clas.abap) |

<!-- samples:end -->
8 changes: 8 additions & 0 deletions docs/cookbook/event_navigation/frontend.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ samples:
- z2ui5_cl_smp_app_202
- z2ui5_cl_smp_app_449
- z2ui5_cl_smp_app_465
- z2ui5_cl_smp_app_513
- z2ui5_cl_smp_app_514
- z2ui5_cl_smp_app_515
- z2ui5_cl_smp_app_518
---
# Frontend

Expand Down Expand Up @@ -349,5 +353,9 @@ unless its row names another of the three sample repositories — pull that repo
| Wizard with Steps (A) | [`Z2UI5_CL_SMP_APP_202`](https://github.com/abap2UI5/samples/blob/main/src/01/z2ui5_cl_smp_app_202.clas.abap) |
| Open the PDF Viewer by ID (A) | [`Z2UI5_CL_SMP_APP_449`](https://github.com/abap2UI5/samples/blob/main/src/01/z2ui5_cl_smp_app_449.clas.abap) |
| Toggle by ID (toggleBy) (A) | [`Z2UI5_CL_SMP_APP_465`](https://github.com/abap2UI5/samples/blob/main/src/01/z2ui5_cl_smp_app_465.clas.abap) |
| Inline CSS on a Control (css) (A) | [`Z2UI5_CL_SMP_APP_513`](https://github.com/abap2UI5/samples/blob/main/src/01/z2ui5_cl_smp_app_513.clas.abap) |
| Aggregation Item by Index (A) | [`Z2UI5_CL_SMP_APP_514`](https://github.com/abap2UI5/samples/blob/main/src/01/z2ui5_cl_smp_app_514.clas.abap) |
| The Global Busy Indicator (A) | [`Z2UI5_CL_SMP_APP_515`](https://github.com/abap2UI5/samples/blob/main/src/01/z2ui5_cl_smp_app_515.clas.abap) |
| Register an Icon Font (A) | [`Z2UI5_CL_SMP_APP_518`](https://github.com/abap2UI5/samples/blob/main/src/01/z2ui5_cl_smp_app_518.clas.abap) |

<!-- samples:end -->
17 changes: 17 additions & 0 deletions docs/cookbook/translation_messages/translation_i18n.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
outline: [2, 4]
samples:
- z2ui5_cl_smp_app_519
---
# Translation

Expand Down Expand Up @@ -162,3 +164,18 @@ ENDCLASS.
```

:::

<!-- samples:start (generated by scripts/link-samples.mjs — do not edit) -->

## Working Samples

Complete apps from the [sample catalog](https://abap2ui5.github.io/playground/samples/)
that use what this page describes. Each is a single class in [abap2UI5/samples](https://github.com/abap2UI5/samples)
unless its row names another of the three sample repositories — pull that repository with
[abapGit](https://abapgit.org) and start the class with `?app_start=<class>`.

| Sample | Class |
|---|---|
| Basics VII — Translatable Texts (Text Elements) | [`Z2UI5_CL_SMP_APP_519`](https://github.com/abap2UI5/samples/blob/main/src/01/z2ui5_cl_smp_app_519.clas.abap) |

<!-- samples:end -->
Loading