Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve compatibility with other multiselect widgets #85

Open
cubiclesoft opened this issue Feb 6, 2014 · 1 comment
Open

Improve compatibility with other multiselect widgets #85

cubiclesoft opened this issue Feb 6, 2014 · 1 comment

Comments

@cubiclesoft
Copy link

I just switched Admin Pack (https://github.com/cubiclesoft/admin-pack-with-extras) to use your widget instead of the original multiselect widget upon which this widget is based.

First off, thank you for providing a logical mechanism to easily swap the left and right sides - I always found the layout of the original widget to be really awkward.

The one thing I have to be careful of is not mixing your widget with this one:

https://github.com/ehynds/jquery-ui-multiselect-widget

Admin Pack offers three different multiselect widgets for different reasons. Your widget is useful for selecting and ordering fields for generating reports in CSV format, Eric Hynds' widget is useful for small multiselect lists, and select2 is great for managing "tags". Due to naming conflicts, this widget cannot be used at the same time as Eric Hynds' widget on a page (indirectly raises a Javascript error). It would be nice if there were a no-conflict option for this widget.

@yanickrochon
Copy link
Owner

There wasn't that many plugins back then with that name! But, yeah, I recognize that there might be a need for this feature. I'll take a look at it today.

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

No branches or pull requests

2 participants