'Bind data to a SimpleForm from the controller using bindElement() method | SAP UI5 Fiori

preview_player
Показать описание

Рекомендации по теме
Комментарии
Автор

xmlns:l="sap.ui.layout.form"



<l:SimpleForm id="myForm">
<Title text='myForm'>
</Title>

<Label text='EName'></Label>

<Input placeholder="EName" value="{eName}" ></Input>

<Label text='Salary' ></Label>
<Input placeholder="Salary" type="Number" value="{salary}" ></Input>
</l:SimpleForm>



bindData(){
var

}

maheshsirsat
visit shbcf.ru