-
Notifications
You must be signed in to change notification settings - Fork 69
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
Autocomplete Multiselect Tag #107
Comments
There is an other project which allows this functionality for tapestry5: |
Yes, I'm aware of the project. I helped build it early on, but our company changed js frameworks a couple months ago and I didn't see the component available here. I have since rebuilt it for jquery, just not ready to be shared yet, still needs work. |
chriman17, is the component you are referring to this by any chance? http://textextjs.com/ or you built one from scratch to work with tapestry5? |
If you could share it, it would be great if you could include it into this project here. |
The integration of https://github.com/alexgorbatchev/jquery-textext would be a good start ;) |
No it's not textextjs, however I must say textextjs is a much nicer version. I planned to donate my component to the community once I was able to get back to it and make it more generic. Our current project has been a bit of a rush, so I just quickly extended the jquery ui autocomplete component. After looking at Textextjs really quick, it might make better sense to use theirs instead. I'm not sure what kind of license agreements there is though. |
I agree. Is there a tutorial available that walks you through what needs to be done to integrate a plugin like jquery-textext into this project? |
I may have some available time coming up where I could help out with this project. |
Also good solution for tapestry: http://tawus.wordpress.com/2011/12/28/multivalue-autocomplete-for-tapestry/ But as i said in an other comment, "somebody" has to bind all the nice stuff together in one bigger component library to avoid fragmentation and dying code... Thanks HLS, instead of reinventing the wheel with Plastik and your IOC, more components would have been fine... |
I'm now using tawus solution which works fine. I had to make a few changes to it in order to get it to support additional features provided in the jquery component. I also have support to handle single value fields. If anybody's interested, I'd be more than happy to donate the code. |
A pure jquery/tapestry-jquery solution would be fine. I am pretty sure the got5 guys would be happy to include your code if it meets their standards and you provide a testcase :) |
Thackel, it's nothing other than a modified version of this, http://tawus.wordpress.com/2011/12/28/multivalue-autocomplete-for-tapestry/ Unfortunately I have very tight time constraints and don't have the time to create a testcase, however if anybody else has that time, I'd be more than willing to donate the code. |
Here is another one: http://harvesthq.github.com/chosen/ Cheers |
Do you guys have any plans to create a multiselect similar to facebook? From what I can see, Jizmoz created an extension in JSFiggle, http://jsfiddle.net/sgxKJ/ . I'm not sure if that would help to create something sooner.
Features I think it should have.
Single field tag
Multi field tag with options for vertical or horizontal display.
It would also need to except an object similar to most tapestry components so that it could be used as an alternative to a traditional select menu.
I'm more than willing to work on the project, however I'm still pretty new to jQuery.
The text was updated successfully, but these errors were encountered: