Teamcenter开发

TCAWC嵌入自定义HTML页面

2019-12-26  本文已影响0人  叮当LIU

基本常用两种嵌入方式

第一种:sublocation,替换sublocation的html引用文件

第二种:在渲染中使用htmlpanel标签:如下

<page titleKey="创建维修任务">

      <htmlPanel enableresize="true"  src="http://xxx.xxx?item_id={{selected.properties['item_id'].uiValue}}">

      <property name="object_string"/> <property name="item_id"/> 

      </htmlPanel>

    </page>

并且可以在将item_id传输到自定义页面

上一篇 下一篇

猜你喜欢

热点阅读