Windchill 9 客制用户界面

在WC9中,对于用户界面中文字、表格等表现形式的控制是由CSS来定义的。
1、在wt.properties中定义CSS。
solutions.images.directory=com/ptc/core/ui/images
solutions.stylesheet=netmarkets/css/nmstyles.css,com/ptc/core/ui/solutions.css,WTDefault.css

2、在<Windchill_Home>\codebase\netmarkets\util\begin.jspf中定义。
<%@ include file="/netmarkets/jsp/util/begin_custom.jspf"%>

在begin_custom.jspf中定义css及logo
<LINK REL=stylesheet HREF="netmarkets/jsp/ProcessSteps/myCSS.css" TYPE="text/css">
<p align="right"><blink><font size="+1" color=red>Welcome to PDMLink....</font></blin></p>


你可能感兴趣的:(java,jsp,UI,css)