美文网首页Teamcenter开发
TCAWC嵌入自定义HTML页面

TCAWC嵌入自定义HTML页面

作者: 叮当LIU | 来源:发表于2019-12-26 16:07 被阅读0次

    基本常用两种嵌入方式

    第一种: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传输到自定义页面

    相关文章

      网友评论

        本文标题:TCAWC嵌入自定义HTML页面

        本文链接:https://www.haomeiwen.com/subject/qscloctx.html