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 f72f5f8 commit 7d5a6e4Copy full SHA for 7d5a6e4
docs/development/popups.md
@@ -37,9 +37,8 @@ METHOD Z2UI5_if_app~main.
37
)->button(
38
text = 'popup rendering, no background rendering'
39
press = client->_event( 'POPUP_OPEN' ) ).
40
- client->view_display( lo_view->stringify( ) ).
41
42
- RETURN.
+ client->view_display( lo_view->stringify( ) ).
43
ENDIF.
44
45
CASE client->get( )-event.
@@ -84,7 +83,6 @@ METHOD Z2UI5_if_app~main.
84
83
id = 'TEST' ).
85
86
client->view_display( view->stringify( ) ).
87
-
88
89
90
0 commit comments