i am getting Uncaught TypeError error while using LightBox control?
Jan 17, 2017 at 12:43 PM|44 Views
This is my code for pressing image,but getting error "Uncaught TypeError: sap.m.LightBoxItem is not a constructor". Iam using sap.ui.require("sap.m.LightBoxItem") a but still also not getting the output
click:function(evt){
var e=evt.getSource().getProperty("src");
var light=new sap.m.LightBox({ imageContent:new sap.m.LightBoxItem({ imageSrc:e, title:"image",
Add comment