Dual List box in RTC to select values
![]()
Hi,
Is there a Dual List Box in RTC?I’m not sure what the control is called, but it has a list box on the left and a list box on the right, with add and remove buttons in between them. You can select items in either list box and click add/remove to move items around. Is that a possibility?
|
One answer
![]()
This should be the "MultiSelect" control from Dijit/Dojo which RTC client is based on.
http://dojotoolkit.org/reference-guide/1.8/dijit/form/MultiSelect.html https://dojotoolkit.org/api/?qs=1.8/dijit/form/MultiSelect http://download.dojotoolkit.org/release-1.8.1/dojo-release-1.8.1/dijit/tests/form/test_MultiSelect.html I'm not aware of any "kind" of editor presentation implementing this widget, and I don't know how you can implement it by customizing RTC either. |
Comments
There are such boxes in the RTC UI ... for example, when defining the list of roles assigned to a given user. But I assume you are wondering whether such a selection box is available in the work item editor? (I'm not aware of one out-of-the-box).