Contributing Attribute Presentations
Hi,
I installed the RTC on local system and I am trying for custom presentations will show a starred image and for this I took reference from https://jazz.net/wiki/bin/view/Main/ContributingAttributePresentations . I completed these steps and deploy it on local server (dropins folder) when I take the isStar as a boolean and kind as a 'star' in editor presentation but when I run then
1. it shows me check box in case of star image.
2. When I deploy this plugin on server side then I added isStar as a boolean but it is not shown kind as a 'star'
One answer
If the custom editor presentation does not show up it is not correctly deployed or the XML is incorrect.
The best approach is to use Jetty and a SDK setup to be able to debug better. Start here https://rsjazz.wordpress.com/2013/02/28/setting-up-rational-team-concert-for-api-development/ and follow it into the workshop mentioned. Perform the workshop and learn how to debug extensions and then try to fix your presentation.
The best approach is to use Jetty and a SDK setup to be able to debug better. Start here https://rsjazz.wordpress.com/2013/02/28/setting-up-rational-team-concert-for-api-development/ and follow it into the workshop mentioned. Perform the workshop and learn how to debug extensions and then try to fix your presentation.
Comments
Ralph Schoon
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Mar 09 '15, 3:24 a.m.There is no question in this statement.
Vikash Singh
Mar 09 '15, 3:35 a.m.Hi Ralph,