cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X

Format Icon

gnatesan
3-Visitor

Format Icon


Hi all,

createdWT document and attached Priamary using Windchill API.

document is created and primary contentis also attached on it.

but in the table view,the format icon is not displaying.

Regards

Gangadharan.N

2 REPLIES 2


Gangadharan,

The icon shown by PDMLINK dependson the extension of theprimary file.

You can edit the assigned values with the following java class :

java wt.content.DataFormatUtil

with -list, you obtain a list of existing associations,

with -add, you can add new extensions and assign names and icons to them.

HTH,

Vincent


In Reply to Gangadharan Natesan:


Hi all,

createdWT document and attached Priamary using Windchill API.

document is created and primary contentis also attached on it.

but in the table view,the format icon is not displaying.

Regards

Gangadharan.N

Hi all,

I want to display the icon of a document in documents structure but I'm only able to display the column, not the icon. Does anybody know how to show it?

I've tried modifying /codebase/templates/enterprise/doc/DocumentStructureBrowser_en_US.html with the following lines, but no success:


tableService action=setCellComponent NAME=formatIcon CELLCOMPONENT=com.ptc.windchill.enterprise.part.structure.FormatIconCellComponent




tableService action=setCellComponent NAME=formatIcon CELLCOMPONENT=com.ptc.windchill.enterprise.part.structure.FormatIconCellComponent

Felipe</h3>



Top Tags