这些控件叫什么?
我试图找到一个用 Javascript/CSS 实现的文本框控件,用户在其中输入文本,然后当他们按下 Enter 键时,文本将转换为可以删除的内部元素(下面的示例):
我找到了一些示例,包括 此 和 this 和 SO 上的标签框(但我不需要自动完成功能 - 它应该接受任何文本),我知道我如果需要的话可以制作一个,但我真正想要的是这些控件的名称。
这些东西有一个一致的名称吗?像“标签盒”或“令牌盒”之类的东西?它们无处不在,当然有很多库、插件等提供这种类型的输入控制。
I'm trying to find a text box control, implemented in Javascript/CSS, where a user enters text, then when they press enter the text is converted into an interior element which can be removed (example below):
I've found a few examples, including this and this and the tags box on SO (but I don't need autocomplete functionality - it should accept any text) and I know I could make one if I needed to, but what I'm really after is the name of these controls.
Is there even an agreed name for these things? Something like 'tagbox' or 'tokenbox' or something? They're everywhere, surely there are plenty of libraries, plugins etc which offer this style of input control.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我在 Cocoa 中看到过它被称为令牌字段(NSTokenField) 和 jQuery 插件 (令牌输入)。
I've seen it called a token field, both in Cocoa (NSTokenField) and in a jQuery plugin (tokeninput).