mapp Link binding

<< 点击显示目录 >>

主页  mappView帮助助手 > mapp View帮助信息 > 工程 > 变量和数据 > Binding >

mapp Link binding

一个mapp链接绑定被那些可以与mapp组件交换信息的widget使用。

 

例子

<Binding mode="twoWay">
    <Source xsi:type="mapp" refId="mpAlarmXCore" attribute="link" />
    <Target xsi:type="brease" widgetRefId="AlarmList1" contentRefId="myContent" attribute="mpLink" />
</Binding>

属性"xsi:type"指定了哪种类型的数据源被绑定。

属性 refId 以及属性 widgetRefIdcontentRefId (对于widget)引用数据源。

详情请见 可能的数据源