2013-06-10 2 views

답변

0

사용에 도움을 주시기 바랍니다 수있는 것은 :

var oImage = new sap.ui.commons.Image("image"); 
oImage.setSrc("source of image"); 
oImage.setTooltip("tooltip"); 
oImage.placeAt("grid layout"); 
0

첫 번째 그리드 레이아웃을 만들

var oLayout2 = new sap.ui.commons.form.GridLayout("L2"); 

하나의 이미지를 만듭니다.

setLayoutData :

관련 문제