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 6b2d4ab commit e6277b6Copy full SHA for e6277b6
docs/get_started/hello_world.md
@@ -68,12 +68,10 @@ CLASS z2ui5_cl_app_hello_world IMPLEMENTATION.
68
)->button( text = `post` press = client->_event( `POST` ) ).
69
client->view_display( view->stringify( ) ).
70
71
-
72
WHEN client->check_on_event( `POST` ).
73
74
client->message_box_display( `Hello World!` ).
75
76
77
ENDCASE.
78
ENDMETHOD.
79
ENDCLASS.
@@ -103,12 +101,10 @@ CLASS z2ui5_cl_app_hello_world IMPLEMENTATION.
103
101
)->input( client->_bind_edit( name ) ).
104
102
105
106
107
108
109
client->message_box_display( |Your name is { name }.| ).
110
111
112
113
114
0 commit comments