We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a4873b commit b6c19cdCopy full SHA for b6c19cd
docs/development/popups.md
@@ -27,8 +27,6 @@ A common flow for using popups typically involves displaying a normal view, then
27
```abap
28
METHOD Z2UI5_if_app~main.
29
30
- me->client = client.
31
-
32
IF client->check_on_init( ).
33
34
DATA(lo_view) = z2ui5_cl_xml_view=>factory(
@@ -122,4 +120,4 @@ Several pre-built popup classes are available for specific scenarios:
122
120
* z2ui5_cl_pop_textedit
123
121
* z2ui5_cl_pop_to_confirm
124
* z2ui5_cl_pop_to_inform
125
-* z2ui5_cl_pop_to_select
+* z2ui5_cl_pop_to_select
0 commit comments