[Rt-devel] A couple of API questions

Ruslan Zakirov ruslan.zakirov at gmail.com
Thu Sep 24 03:42:51 EDT 2009


On Wed, Sep 23, 2009 at 9:58 PM, Fran Fabrizio <fran at cis.uab.edu> wrote:
> Kevin Falcone wrote:
>> On Wed, Sep 23, 2009 at 11:20:16AM -0500, Fran Fabrizio wrote:
>>
>>> 1. I would like the users to be able to select one or more queues as
>>> input for the report.  Right now I am doing a SelectQueue Element, which
>>> only allows the choice of one queue.  What would be the best way to
>>> achieve "select one or more queues" functionality?  I browsed the
>>> available Elements and nothing jumped out on first pass.
>>>
>>
>> You'll probably need to make a custom selectqueue for that
>>
> Ok, I'll try to start from SelectQueue and see if I can make sense of
> how to create custom Elements.

It is very easy, just set multiple on select box that is rendered by
SelectQueue and then you can get them as list in mason component.
Probably additional argument in SelectQueue to allow people to select
multiple queues can be even comitted into the core.

-- 
Best regards, Ruslan.


More information about the Rt-devel mailing list