mirror of
https://github.com/abap2UI5/abap2UI5.git
synced 2025-04-28 18:26:18 +08:00
[create-pull-request] automated change (#1783)
Some checks failed
UI5_2X / UI5_2X (push) Waiting to run
auto_abaplint_fix / auto_abaplint_fix (push) Waiting to run
auto_downport / auto_downport (push) Waiting to run
create_app2abap / create_app2abap (push) Waiting to run
create_frontend / create_frontend (push) Waiting to run
mirror_srtti / mirror_srtti (push) Has been cancelled
mirror_ajson / mirror_ajson (push) Has been cancelled
Some checks failed
UI5_2X / UI5_2X (push) Waiting to run
auto_abaplint_fix / auto_abaplint_fix (push) Waiting to run
auto_downport / auto_downport (push) Waiting to run
create_app2abap / create_app2abap (push) Waiting to run
create_frontend / create_frontend (push) Waiting to run
mirror_srtti / mirror_srtti (push) Has been cancelled
mirror_ajson / mirror_ajson (push) Has been cancelled
Co-authored-by: oblomov-dev <oblomov-dev@users.noreply.github.com>
This commit is contained in:
parent
8357466c22
commit
05db396a1b
|
@ -924,7 +924,7 @@ CLASS z2ui5_cl_app_app_js IMPLEMENTATION.
|
|||
` verticalScrolling: false,` && |\n| &&
|
||||
` stretch: true,` && |\n| &&
|
||||
` content: [` && |\n| &&
|
||||
` new HTML({` && |\n| &&
|
||||
` new sap.ui.core.HTML({` && |\n| &&
|
||||
` id: this.getId() + 'PictureContainer',` && |\n| &&
|
||||
` content: '<video width="600px" height="400px" autoplay="true" id="zvideo">'` && |\n| &&
|
||||
` }),` && |\n| &&
|
||||
|
@ -935,7 +935,7 @@ CLASS z2ui5_cl_app_app_js IMPLEMENTATION.
|
|||
` this._oScanDialog.close();` && |\n| &&
|
||||
` }.bind(this)` && |\n| &&
|
||||
` }),` && |\n| &&
|
||||
` new HTML({` && |\n| &&
|
||||
` new sap.ui.core.HTML({` && |\n| &&
|
||||
` content: '<canvas hidden id="zcanvas" style="overflow:auto"></canvas>'` && |\n| &&
|
||||
` }),` && |\n| &&
|
||||
` ],` && |\n| &&
|
||||
|
@ -1084,6 +1084,7 @@ CLASS z2ui5_cl_app_app_js IMPLEMENTATION.
|
|||
` });` && |\n| &&
|
||||
`}` && |\n| &&
|
||||
`);` && |\n| &&
|
||||
`` && |\n| &&
|
||||
``.
|
||||
|
||||
ENDMETHOD.
|
||||
|
|
Loading…
Reference in New Issue
Block a user