<< 点击显示目录 >> 主页 mappView帮助助手 > mapp View帮助信息 > 工程 > 事件和行动 > 行动 > Client actions > ChangeTheme |
这个动作会切换到另一个主题。
Attribute |
Value |
描述 |
xsi:type |
clientSystem.Action |
|
Attribute |
Data type or value |
说明 |
xsi:type |
clientSystem.Action.ChangeTheme |
|
theme |
应该使用的主题的ID |
执行这个动作会在HMI应用程序中设置定义的主题。
这个动作可以在事件处理程序的顺序或平行动作中使用。
设置一个新的主题。
<Target xsi:type="clientSystem.Action">
<Method xsi:type="clientSystem.Action.ChangeTheme" theme="MyNewTheme" />
</Target>