Wednesday, February 1, 2017

controls - What's the official name of concept of input boxes with tags?


I'm looking for an implementation and the (official) name of this kind of control where it's a inputbox where we can add multiple tags into it. By example, it is used in JIRA like this capture (and sites in stackexchange are good examples too, it's the control used to input tags): Screen capture of control used by JIRA.


Some people call them SuperBox Select, but SuperBox sometimes refers to a lightbox (displaying pictures, etc). So, the real name does not seem clear.


And if you have a tutorial to integrate this kind of control within a website (by a JavaSrcipt framework I think), it would be very appreciated.



Answer



The jQuery libraries that add support for this kind of input call it a tag input or token input and they are a form of auto-complete.


Mac OSX mail uses it for recipients in your address book:


enter image description here


For some examples / tutorials: tag input (http://xoxco.com/projects/code/tagsinput/) or token input (http://loopj.com/jquery-tokeninput/, http://textextjs.com/manual/examples.html)


No comments:

Post a Comment

technique - How credible is wikipedia?

I understand that this question relates more to wikipedia than it does writing but... If I was going to use wikipedia for a source for a res...