Skip to content

Commit 2c14d63

Browse files
authored
Update concept.md
1 parent 40ced0c commit 2c14d63

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

docs/advanced/technical/concept.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -107,14 +107,12 @@ CLASS z2ui5_cl_app_partly_rerender IMPLEMENTATION.
107107
IF client->check_on_init( ).
108108
client->view_display( z2ui5_cl_xml_view=>factory(
109109
)->input( value = client->_bind( text )
110-
)->button( text = 'partly rerender html' press = client->_event( 'POST' )
111-
)->stringify( ) ).
112-
RETURN.
110+
)->button( text = 'partly rerender html' press = client->_event( 'POST' ) ).
111+
ELSE.
112+
text = text && ` text`.
113+
client->view_model_update( ).
113114
ENDIF.
114115
115-
text = text && ` text`.
116-
client->view_model_update( ).
117-
118116
ENDMETHOD.
119117
120118
ENDCLASS.

0 commit comments

Comments
 (0)