Advertisement
JaviSP

appview03

Jun 19th, 2019
270
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.34 KB | None | 0 0
  1. <mvc:View
  2.   controllerName="saptools.demo.controller.App"
  3.   xmlns="sap.m"
  4.   xmlns:mvc="sap.ui.core.mvc">
  5.    <Button
  6.      text="{i18n>showHelloButtonText}"
  7.       press=".onShowHello"/>
  8.    <Input
  9.      value="{/recipient/name}"
  10.      description="Hello {/recipient/name}"
  11.      valueLiveUpdate="true"
  12.      width="60%"/>
  13. </mvc:View>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement