0
var oLayout = new sap.ui.commons.layout.MatrixLayout({
        id :"matrix11",
    layoutFixed : false
    });

var oImage1 = new sap.ui.commons.Image({
    src :  "../Mushirul/images/cancel.png",
    alt : "alternative text for image"
    });

var oImage2 = new sap.ui.commons.Image({
    src : "../Mushirul/images/cancel.png",
    alt : "alternative text for image"
    });

oLayout.createRow( oImage1, oImage2 );  

var oImage3 = new sap.ui.commons.Image({
    src : "http://www.sap.com/global/images/SAPLogo.gif",
    alt : "alternative text for image"
    });

var oImage4 = new sap.ui.commons.Image({
    src : "http://www.sap.com/global/images/SAPLogo.gif",
    alt : "alternative text for image"
    });

oLayout.createRow( oImage3, oImage4 );
4

0 回答 0