RTC Workitem Customization of Dropdowns
Hi Guys,
Is there a way to add a drop down text attribute? Is javascript the way to populate the dropdown? I know exactly how to script in CQ but not in RTC. Can you post how to do this in RTC work items or tell me how to do this? ( With cascading/dependent lists).
BTW, What should the new attribute type be? ( not enum I assume as it has real text values)
List/Dropdown A
--------------------
Color
Shape
List/Dropdown B
-------------------
IfColor is selected in dropdown/list A then the next dropdown B field should show
Red
Blue
Green
else
Square
Circle
rectangle
Thanks
RK
Is there a way to add a drop down text attribute? Is javascript the way to populate the dropdown? I know exactly how to script in CQ but not in RTC. Can you post how to do this in RTC work items or tell me how to do this? ( With cascading/dependent lists).
BTW, What should the new attribute type be? ( not enum I assume as it has real text values)
List/Dropdown A
--------------------
Color
Shape
List/Dropdown B
-------------------
If
Red
Blue
Green
else
Square
Circle
rectangle
Thanks
RK
15 answers
Hi
As per my previous query -
We want to add programmatically the literal values for the Enumerations in RTC work items in project configuration using the RTC JAVA API's. Is anybody have any information on this which can help us?
Is there any feature released as a part of the RTC 3.0 which can resolve the above issue?
As per my previous query -
We want to add programmatically the literal values for the Enumerations in RTC work items in project configuration using the RTC JAVA API's. Is anybody have any information on this which can help us?
>>8) Create an attribute for Enum B, associate the value set provider, AND SET A DEPENDENCY TO ENUM A!!
>>Without the dependency set, Enum B continues to show all options regardless of Enum A setting.
Thanks!
Also, how to clear a value in Enum B field when I change Enum A value?
For e.g., when I choose "Color" (Enum A) I see the "Red" and "Green" as options (Enum B) with "Red" as the default. When I choose "Shape" (Enum A) I still see "Red" as the selection with other shapes in the menu (Enum B). I want to clear "Red" (Enum B) when I change the value to "Shape".
Thanks!
>>Without the dependency set, Enum B continues to show all options regardless of Enum A setting.
Thanks!
Also, how to clear a value in Enum B field when I change Enum A value?
For e.g., when I choose "Color" (Enum A) I see the "Red" and "Green" as options (Enum B) with "Red" as the default. When I choose "Shape" (Enum A) I still see "Red" as the selection with other shapes in the menu (Enum B). I want to clear "Red" (Enum B) when I change the value to "Shape".
Thanks!
page 2of 1 pagesof 2 pages