0
点赞
收藏
分享

微信扫一扫

SAP-UI5-Walkthrough- Step7 Jason Model

北溟有渔夫 2022-01-20 阅读 15
sapui

add an input filed control to our app, we are going to bind its value to the model

and bind the same value to description of the input field.

add jason model in appcontroll.js

bring into constrcuted function

create logcal jason model

put comma between your functions

access the oninit event

Hungarian notation

<Input

value ="{/recipient/name}"

description="Hello {/recipient/name}"

valueLiveUpdate="true"

         width="60%"/>

举报

相关推荐

0 条评论