<< 点击显示目录 >> 主页 mappView帮助助手 > mapp View帮助信息 > 工程 > 人机界面页面上的一段内容 > Editing a piece of content (XML) 编辑一段内容(XML) |
一段内容以XML格式编辑在一个.content文件中。
<?xml version="1.0" encoding="utf-8"?>
<Content id="mainPageContent" height="550" width="600" xmlns="http://www.br-automation.com/iat2015/contentDefinition/v2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >
<Widgets>
<Widget xsi:type="widgets.brease.NumericInput" id="NumericInput1" height="35" width="180" left="20" top="20" zIndex="0" />
</Widgets>
</Content>
一个.content文件包含以下信息。
元素 |
说明 |
Content |
一个单独的内容的定义。 一个.content文件必须正好包含一个 "内容 "元素。 |
Widgets |
为 "Widget "元素分组。 内容 "元素必须正好包含一个 "Widgets "元素。 |
Widget |
一个或多个来自对象目录的小工具。 |
属性 |
描述 |
数据类型 |
是否必须 |
id |
可视化对象中的内容片的唯一ID。 |
ID |
Yes |
height |
定义内容片的高度。 |
Integer |
Yes |
width |
定义内容片的宽度。 |
Integer |
Yes |
属性 |
描述 |
数据类型 |
需要 |
id |
内容中的小部件的唯一ID。 |
ID |
Yes |
xsi:type |
小组件类型的唯一名称。 这些名称与个别小组件一起列出(例如, widgets.brease.NumericInput)。 |
Reference |
Yes |
所有其他的属性都可以从单个部件(例如 NumericInput)读取 。