mirror of
https://github.com/abap2UI5/abap2UI5.git
synced 2025-04-30 04:36:18 +08:00
binding data popup (#284)
This commit is contained in:
parent
a7089c70d0
commit
9955a9077a
|
@ -257,7 +257,7 @@ CLASS z2ui5_cl_http_handler IMPLEMENTATION.
|
||||||
` definition: sap.z2ui5.oResponse.PARAMS.XML_POPUP,` && |\n| &&
|
` definition: sap.z2ui5.oResponse.PARAMS.XML_POPUP,` && |\n| &&
|
||||||
` controller: sap.z2ui5.oController,` && |\n| &&
|
` controller: sap.z2ui5.oController,` && |\n| &&
|
||||||
` }).then(function (oFragment) {` && |\n| &&
|
` }).then(function (oFragment) {` && |\n| &&
|
||||||
` oFragment.setModel(new sap.ui.model.json.JSONModel(sap.z2ui5.oResponse.OVIEWMODEL.oViewModel))` && |\n| &&
|
` oFragment.setModel(new sap.ui.model.json.JSONModel(sap.z2ui5.oResponse.OVIEWMODEL ))` && |\n| &&
|
||||||
` sap.z2ui5.oView.addDependent(oFragment);` && |\n| &&
|
` sap.z2ui5.oView.addDependent(oFragment);` && |\n| &&
|
||||||
` if (sap.z2ui5.oResponse.PARAMS.POPOVER_OPEN_BY_ID == '' ) {` && |\n| &&
|
` if (sap.z2ui5.oResponse.PARAMS.POPOVER_OPEN_BY_ID == '' ) {` && |\n| &&
|
||||||
` oFragment.open();` && |\n| &&
|
` oFragment.open();` && |\n| &&
|
||||||
|
|
Loading…
Reference in New Issue
Block a user