windchill 开发系列(1)--- Generic UI Customization
(一) UI Branding
The "welcome" message displayed under the second-level tabs is defined in WT_HOME/src/com/ptc/core/ui/navigationRB.rbinfo
WELCOME.value=Welcome,{0}
WELCOME.constant=WELCOME
"Powered By" message ,URL at the bottom of the UI is defined in WT_HOME/src/com/ptc/netmarkets/util/utilResoutce.rbinfo
4.value=Powered By
.....
4c.value=Windchill
The top-left corner logo images are defined in WT_HOME/codebase/netmarkets/css/nmstyles.css
.applLogo .pdmlApplLogo
you can change the url or replace the image if you want to modify logo
Colors and fonts are defined in WT_HOME/codebase/netmarkets/css/nmstyles.css
Most displayed text in windchill pdmlink is controlled via locale-specific rbinfo
1、standard rbinfo files + installed locale
2、although OOTB rbinfo files are stored under the WT_HOME/src/ directory, don't edit them directly:
a、difficult to identify changes made to the OOTB values
b、these files can be overwritten during a maintenance installation, thus losing modifications
c、changes to windchill text values should be stored in rbinfo files under WT_HOME/wtCustom directory(create it if not
exists)
d、never delete OOTB values, instead, they can be made "unselectable"
rbinfo files contain a key(this is how data is stored in the database) and a value(for each key, this is the value shown to
the user)
浙公网安备 33010602011771号