File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff 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
6565To 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!
You can’t perform that action at this time.
0 commit comments