Skip to content

Commit ad20784

Browse files
authored
updates
1 parent 68dd3b8 commit ad20784

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/advanced/technical/concept.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,14 +117,18 @@ CLASS z2ui5_cl_app_partly_rerender IMPLEMENTATION.
117117
METHOD z2ui5_if_app~main.
118118
119119
IF client->check_on_init( ).
120+
120121
client->view_display( z2ui5_cl_xml_view=>factory(
121122
)->input( enabled = client->_bind( enabled ) value = client->_bind( text )
122123
)->button( text = 'partly rerender html' press = client->_event( 'POST' )
123124
)->stringify( ) ).
125+
124126
ELSE.
127+
125128
enabled = xsdbool( enabled = abap_false ).
126129
text = text && ` text`.
127130
client->view_model_update( ).
131+
128132
ENDIF.
129133
130134
ENDMETHOD.

0 commit comments

Comments
 (0)