Dual List box in RTC to select values
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.
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
Geoffrey Clemm
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Aug 18 '15, 3:51 p.m.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).