Skip to content

Commit 4d7df84

Browse files
authored
Update popups.md
1 parent 10e4e62 commit 4d7df84

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/development/popups.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ ENDMETHOD.
5959
```
6060

6161
#### Separated App
62-
For better source code structure, it's possible to encapsulate popups in separate classes and call them through navigation.
62+
For better source code structure, it's possible to encapsulate popups in separate classes and call them through [navigation](development/navigation).
6363

6464
### Popover
6565
To display a popover, use the method `client->popover_display` and specify the ID of the control where you want the popover to appear:
@@ -121,3 +121,5 @@ Several pre-built popup classes are available for specific scenarios:
121121
* z2ui5_cl_pop_to_confirm
122122
* z2ui5_cl_pop_to_inform
123123
* z2ui5_cl_pop_to_select
124+
125+
This collection of popups can be further extended to cover additional common use cases. Contributions are welcome!

0 commit comments

Comments
 (0)