How to add custom non-attribute-based presentation to work item editor presentations ?
![]()
Daniel Reguero (11●1●6)
| asked Sep 06 '16, 3:50 p.m.
edited Nov 02 '16, 12:02 p.m. by Ralph Schoon (62.7k●3●36●43)
This tutorial teaches me how to add a custom attribute presentation to my Eclipse IDE and Web UI version of RTC.
https://jazz.net/wiki/bin/view/Main/ContributingAttributePresentations I am curious however, how does one add their own custom non-attribute-based presentation ? Every guide I see teaches how to add a custom attribute presentation. Say I want to make my own custom version of the non-attribute presentation "Links/Out of the Box Links" (see here for the Links Presentation https://jazz.net/library/article/130#presentations). How would I go about doing this ? |
2 answers
![]()
Ralph Schoon (62.7k●3●36●43)
| answered Nov 02 '16, 12:05 p.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
A custom attribute presentation is an extension to the RTC server AND the RTC Eclipse client. Once deployed in the server and the clients, it will be available for configuration like any other attribute presentation.
|
Comments
I'm interested in this question too. I note that the library article draws a distinction between an "attributePart" and a "presentationPart". Perhaps the trick is to use the presentationPart somehow?
I feel like that article could use some fleshing out a little bit more. I still don't even understand how to deploy the presentation. Does it need to be deployed in each user's eclipse client installation for instance? I assume it needs to be done on the server somehow and then it will just become available for connected clients, but how is it deployed on the server?
I hope you get a response. I've subscribed to this question.