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 40ced0c commit 2c14d63Copy full SHA for 2c14d63
docs/advanced/technical/concept.md
@@ -107,14 +107,12 @@ CLASS z2ui5_cl_app_partly_rerender IMPLEMENTATION.
107
IF client->check_on_init( ).
108
client->view_display( z2ui5_cl_xml_view=>factory(
109
)->input( value = client->_bind( text )
110
- )->button( text = 'partly rerender html' press = client->_event( 'POST' )
111
- )->stringify( ) ).
112
- RETURN.
+ )->button( text = 'partly rerender html' press = client->_event( 'POST' ) ).
+ ELSE.
+ text = text && ` text`.
113
+ client->view_model_update( ).
114
ENDIF.
115
- text = text && ` text`.
116
- client->view_model_update( ).
117
-
118
ENDMETHOD.
119
120
ENDCLASS.
0 commit comments