Re: [galaxy-dev] minor problems with the new custom dropdown-listbox control
I have a few tools that use a select box to choose multiple items, e.g: <param name="col" type="select" multiple="true" accept_default="true" label="Sample ID" > <options from_dataset="indices"> <column name="name" index="0"/> <column name="value" index="1"/> </options> </param> However the new custom dropdown-listbox does not appear to allow multiple selections. Is this code now deprecated or is there some other way to allow multiple selections from a list? Is this a browser specific error, I have only tried in Firefox. Thanks Shaun Webb -- The University of Edinburgh is a charitable body, registered in Scotland, with registration number SC005336.
This bug was fixed a while back. Updating your Galaxy instance should solve your problem; if your instance is up-to-date, you may have to clear your browser's cache to see recent changes. Let us know if this doesn't solve your issue. Thanks, J. On Jun 7, 2010, at 12:51 PM, SHAUN WEBB wrote:
I have a few tools that use a select box to choose multiple items, e.g:
<param name="col" type="select" multiple="true" accept_default="true" label="Sample ID" > <options from_dataset="indices"> <column name="name" index="0"/> <column name="value" index="1"/> </options> </param>
However the new custom dropdown-listbox does not appear to allow multiple selections.
Is this code now deprecated or is there some other way to allow multiple selections from a list? Is this a browser specific error, I have only tried in Firefox.
Thanks Shaun Webb
-- The University of Edinburgh is a charitable body, registered in Scotland, with registration number SC005336.
_______________________________________________ galaxy-dev mailing list galaxy-dev@lists.bx.psu.edu http://lists.bx.psu.edu/listinfo/galaxy-dev
participants (2)
-
Jeremy Goecks
-
SHAUN WEBB