引用一个派生小部件Referencing a derived widget

<< 点击显示目录 >>

主页  mappView帮助助手 > mapp View帮助信息 > 工程 > 定制的小工具 > 衍生的小工具 >

引用一个派生小部件Referencing a derived widget

如果在创建衍生小组件时指定了对媒体或文本资源的引用,它将被保存到衍生小组件的属性中。

当使用派生小组件时,这些引用会自动显示。

例子:从有文本引用的标签派生的小组件

在小组件 "标签 "上配置了一个对属性 文本的文本引用  。一个派生小组件是由这个小组件创建的。

<?xml version="1.0" encoding="utf-8"?>
<DerivedWidget library="WidgetLib" name="Label" xmlns="http://www.br-automation.com/iat2015/contentDefinition/v2">
 <Widget xsi:type="widgets.brease.Label" borderWidth="0px" cornerRadius="0px" backColor="rgba(255, 255, 255, 0)" backGroundGradient="none" borderColor="rgba(200, 200, 200, 1)"
 borderStyle="none" textColor="rgba(71, 71, 71, 1)" textAlign="left" opacity="1" rotation="0deg" fontName="Arial" fontSize="16px" bold="false" italic="false" underline="false"
 padding="5px" margin="0px" shadow="none" height="30" width="126" left="0" top="0" zIndex="0" autoScroll="false" breakWord="false" ellipsis="false" multiLine="false"
 text="$IAT/TextId1" wordWrap="false" style="default" enable="true" permissionOperate="" permissionView="" visible="true"
 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" />
</DerivedWidget>

在下图中,一个文本被配置在小组件 "Label "上,并由此创建了一个派生小组件(1)。从小部件目录(2)中添加衍生小部件后,文本参考将被应用。

 

DerivedWidgetRessource