Winchill-部署新主页

修改CtCustomSiteConfig.xconf

    <!--新主页,调价之后会自动跳转到新主页-->
    <Property name="wt.homepage.jsp" overridable="true"
              targetFile="codebase/wt.properties"
              value="$(wt.server.codebase)/netmarkets/jsp/ext/mainPage/index.html#/"/>

其中jsp/ext/mainPage是前端地址,mainPage是前端打包后的文件

在windchill主页中添加图标

修改windchill-all.js

D:\ptc\Windchill_12.0\Windchill\codebase\netmarkets\javascript\util\windchill-all.js

//搜索 
var homePageIconBox=new Ext.BoxComponent({id:"homePageIconID",cls:"home_icon_header home_icon",listeners:{render:function()
​
//在这下一行中添加
//并在breadcrumbPanel中按照homePageIconBox的方式添加
var homePageIconBox2=new Ext.BoxComponent({id:"homePageIconID2",style:"cursor: pointer;border-style: none;background-position: 0px 2px 2px 2px;background-image: url(/Windchill/netmarkets/images/mainPage.png);width: 16px; height: 16px;",listeners:{render:function(){var homePageTooltip2=new Ext.ToolTip({id:"homePageTooltip2",target:"homePageIconID2",html:"<font>新主页</font>"});this.mon(this.getEl(),"click",function(){window.open("/Windchill/netmarkets/jsp/ext/mainPage/index.html#/")})}}});

图标的选择

可以在阿里矢量图 官网中找图标,下载的时候注意下载16像素的

  • 3
    点赞
  • 5
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值