It's all about the answers!

Ask a question

Dual List box in RTC to select values


Pooja Biwalkar (481324) | asked Aug 18 '15, 12:14 p.m.
 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?



Comments
Geoffrey Clemm commented Aug 18 '15, 3:51 p.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

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).

One answer



permanent link
Donald Nong (14.5k314) | answered Aug 20 '15, 1:10 a.m.
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.

Your answer


Register or to post your answer.