基本常用两种嵌入方式
第一种: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传输到自定义页面
网友评论