这些控件叫什么?

发布于 2024-12-10 15:07:24 字数 547 浏览 0 评论 0原文

我试图找到一个用 Javascript/CSS 实现的文本框控件,用户在其中输入文本,然后当他们按下 Enter 键时,文本将转换为可以删除的内部元素(下面的示例):

Mystery textbox thingy

我找到了一些示例,包括 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):

Mystery textbox thingy

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

请止步禁区 2024-12-17 15:07:24

我在 Cocoa 中看到过它被称为令牌字段(NSTokenField) 和 jQuery 插件 (令牌输入)。

I've seen it called a token field, both in Cocoa (NSTokenField) and in a jQuery plugin (tokeninput).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文