Skip to content

Commit ec03af6

Browse files
authored
Update popups.md
1 parent 35390a3 commit ec03af6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/development/popups.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ METHOD Z2UI5_if_app~main.
7474
text = 'display popover'
7575
press = client->_event( 'POPOVER_OPEN' )
7676
id = 'TEST' ).
77-
7877
client->view_display( view->stringify( ) ).
7978
ENDIF.
8079
@@ -88,7 +87,6 @@ METHOD Z2UI5_if_app~main.
8887
id = `my_id`
8988
text = `close`
9089
press = client->_event( `POPOVER_CLOSE` ) ).
91-
9290
client->popover_display(
9391
xml = view->stringify( )
9492
by_id = `my_id` ).

0 commit comments

Comments
 (0)