类似邮件的带有标记的搜索字段 (Mac OS X 10.7)
是否有标准控件可供开发人员获取像 Mail (Mac OS X 10.7) 中那样的搜索字段行为,以使用令牌进行高级搜索?
在邮件中,令牌用于可视化对邮件的搜索,例如由名为“Steve Jobs”的人发送的邮件。我尝试在不同的背景下完成同样的任务。
Is there a standard control for developers to get the search field behavior like in Mail (Mac OS X 10.7) to make advanced searches with tokens?
In Mail the tokens are used to visualize a search for a mail which for example was sent by a person with the name "Steve Jobs". I try to accomplish the same but in another context.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您要寻找的内容称为令牌字段。请参阅 令牌字段编程指南。 (也记录在 CocoaDev Wiki 上)
What your looking for is called a token field. See the Token Field Programming Guide. (Also documented on the CocoaDev Wiki)