mirror of
https://github.com/abap2UI5/abap2UI5.git
synced 2025-04-29 22:09:24 +08:00
Dev (#573)
* Update README.md * update popover logic * nested popover fix * update popover nest2
This commit is contained in:
parent
989c03a370
commit
b7fab3dcec
|
@ -176,6 +176,9 @@ CLASS Z2UI5_CL_FW_HTTP_HANDLER IMPLEMENTATION.
|
|||
` if (oControl === undefined) {` && |\n| &&
|
||||
` oControl = sap.z2ui5.oViewNest.byId(sap.z2ui5.oResponse.PARAMS.S_POPOVER.OPEN_BY_ID);` && |\n| &&
|
||||
` }` && |\n| &&
|
||||
` if (oControl === undefined) {` && |\n| &&
|
||||
` oControl = sap.z2ui5.oViewNest2.byId(sap.z2ui5.oResponse.PARAMS.S_POPOVER.OPEN_BY_ID);` && |\n| &&
|
||||
` }` && |\n| &&
|
||||
` oFragment.openBy(oControl);` && |\n| &&
|
||||
` sap.z2ui5.oViewPopover = oFragment;` && |\n| &&
|
||||
` });` && |\n| &&
|
||||
|
|
Loading…
Reference in New Issue
Block a user