Skip to main content
12-Amethyst
June 18, 2016
Question

How to create Rich Text Editor For Document Description attribute

  • June 18, 2016
  • 2 replies
  • 3924 views

The method mentioned in the attached document is tested on Windchill10.2 M030 and Windchill 11.0 F000

2 replies

17-Peridot
June 27, 2016

Thanks for this document. Do you have also a solution for more than 4000 char? Like to store the value in a blob?

KD_0112-AmethystAuthor
12-Amethyst
June 27, 2016

Unfortunately the answer is No.

7-Bedrock
December 4, 2020

Hi,

 

how do yo exactly registered the data utility in xconf ?

 

Thanks,

Luca

1-Visitor
July 15, 2022

Register your data utility in <windchill>/codebase/service.properties.xconf and run xconfmanager -p to propagate the changes.

<Service name="com.ptc.core.components.descriptor.DataUtility">
 <Option serviceClass="ext.custom.datautilities.TextColorDataUtility" requestor="java.lang.Object" selector="textColorDataUtility"/>
</Service>