File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ CLASS z2ui5_cl_demo_app_031 IMPLEMENTATION.
8484 ` <form:SimpleForm editable="true" width="40rem">` && | \n| &&
8585 ` <Label text="Loading time" />` && | \n| &&
8686 ` <Input id="loadingMinSeconds" width="8rem" type="Number" description="seconds" value="` && client->_bind( mv_value ) && `"/>` && | \n| &&
87- ` <Button text="BACK" type="Emphasized" press="` && client->_event( 'BACK' ) && `"/>` && | \n| &&
87+ ` <Button text="BACK" type="Emphasized" press="` && client->_event( 'BACK' ) && `"/>` && | \n| &&
8888 ` <Link target="_blank" text="Demo" href="https://twitter.com/abap2UI5/status/1645104539387691008"/>` && | \n| &&
8989 ` </form:SimpleForm> ` && | \n| &&
9090 ` <GenericTile class="sapUiTinyMarginBegin sapUiTinyMarginTop tileLayout" header="Country-Specific Profit Margin" press="` && client->_event( 'POPUP' ) && `"` && | \n| &&
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ CLASS Z2UI5_CL_DEMO_APP_040 IMPLEMENTATION.
5151 CASE app-get-event.
5252
5353 WHEN 'LOAD_BC' .
54- client->message_box_display( 'JSBarcode Library loaded' ).
54+ client->message_box_display( 'JSBarcode Library loaded' ).
5555 mv_load_lib = abap_true .
5656
5757 WHEN 'BACK' .
You can’t perform that action at this time.
0 commit comments