Skip to content

Commit

Permalink
Update popups.md
Browse files Browse the repository at this point in the history
  • Loading branch information
oblomov-dev authored Nov 2, 2024
1 parent f72f5f8 commit 7d5a6e4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/development/popups.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,8 @@ METHOD Z2UI5_if_app~main.
)->button(
text = 'popup rendering, no background rendering'
press = client->_event( 'POPUP_OPEN' ) ).
client->view_display( lo_view->stringify( ) ).
RETURN.
client->view_display( lo_view->stringify( ) ).
ENDIF.
CASE client->get( )-event.
Expand Down Expand Up @@ -84,7 +83,6 @@ METHOD Z2UI5_if_app~main.
id = 'TEST' ).
client->view_display( view->stringify( ) ).
ENDIF.
CASE client->get( )-event.
Expand Down

0 comments on commit 7d5a6e4

Please sign in to comment.