IVYGOU / SAPUI5

1 stars 2 forks source link

>符号的含义是什么? #5

Open IVYGOU opened 8 years ago

IVYGOU commented 8 years ago
<mvc:View
    controllerName="sap.ui.demo.wt.controller.App"
    xmlns="sap.m"
    xmlns:mvc="sap.ui.core.mvc">
    <Button
        text="{i18n>showHelloButtonText}"//Q:>符号的含义是什么?
        press="onShowHello"/>
    <Input
        value="{/recipient/name}"
        description="Hello {/recipient/name}"
        valueLiveUpdate="true"
        width="60%"/>
</mvc:View>
IVYGOU commented 8 years ago

使用i18n中的键值对时均采用>符号