HTML Element on Workitem
I am using RTC 5.0 & RTC Client 5.0
I am referring this to enhance UI, Now i need to add a html element (button / checkbox) insider a workitem especially on to Section headed also i want to attach some javascripts to the same elements.
Please help me on this,
Accepted answer
I don't think you can do it. What you try to modify is the work item editor, which is not "themable". The work item editor is customized per project, while the theming is server wide. Also note that it's called "Web UI Theming", which apparently does not work in the Eclipse UI.
Comments
Hey Donald,
Actually i have a scenario where i have lots of checkbox items now i need to select or deselect them with another checkbox, So is there any other way using which we can achieve this.
My idea was to create a checkbox and write javascripts to toggle selection on checkbox.
You picked the wrong method then. You should look into work item customization. The checkboxes represent values in a work item editor, so effectively you are trying to change value for one attribute when another attribute is changed.
https://jazz.net/library/article/1003
http://www.ibm.com/developerworks/rational/library/rational-team-concert-calculated-fields-work-item/index.html
That worked Donald, Thanks