Skip to content
This repository has been archived by the owner on Apr 27, 2021. It is now read-only.

Add "select all" functionality to the ComboBoxes #13

Closed
ldash opened this issue Jul 26, 2012 · 2 comments
Closed

Add "select all" functionality to the ComboBoxes #13

ldash opened this issue Jul 26, 2012 · 2 comments

Comments

@ldash
Copy link
Contributor

ldash commented Jul 26, 2012

No description provided.

@selangley
Copy link

I used a different custom ComboBox control in one of my projects that has this capability:
Ext.ux.CheckCombo

It's distributed with LabKey:

./server/internal/webapp/ux/CheckCombo/CheckCombo.js

You can add it to your view.xml file like this:

    <dependency path="ux/CheckCombo/CheckCombo.js"/>
    <dependency path="ux/CheckCombo/CheckCombo.css"/>

Add this is the config parameter that turns on the 'All' checkbox:

addAllSelector : true,

It would go in the File selection comboBox for OpenCytoVisualization.

@ldash
Copy link
Contributor Author

ldash commented Feb 22, 2013

Could I see what it looks like? I would try to avoid an extra item in the list in the first position that selects all, because I think I have tried that and it is not cleanly implemented (this 'select all' first item is not treated as a separate special item) - I was thinking another button along the lines of the 'clear' and the 'pull-down' buttons...

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants