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 35390a3 commit ec03af6Copy full SHA for ec03af6
docs/development/popups.md
@@ -74,7 +74,6 @@ METHOD Z2UI5_if_app~main.
74
text = 'display popover'
75
press = client->_event( 'POPOVER_OPEN' )
76
id = 'TEST' ).
77
-
78
client->view_display( view->stringify( ) ).
79
ENDIF.
80
@@ -88,7 +87,6 @@ METHOD Z2UI5_if_app~main.
88
87
id = `my_id`
89
text = `close`
90
press = client->_event( `POPOVER_CLOSE` ) ).
91
92
client->popover_display(
93
xml = view->stringify( )
94
by_id = `my_id` ).
0 commit comments