Answers for "sapui5 get fragment by id"

0

sapui5 get fragment by id

//It is supposed to by deprecated, but it was the only thing that worked for me
var oControl = sap.ui.getCore().byId("controlId");
var oBinding = oControl.getBinding("items"); //or content or whatever the Control has
Posted by: Guest on December-29-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language