我们在文本编辑控件中是否具有列出 cookie 值的功能?
我在 Windows 应用程序中有一个 Devexpress textEdit 控件。在文本编辑器中输入文本时,我们是否可以选择列出 cokkie 值
I have a Devexpress textEdit control in windows application. Do we have option to list the cokkie values while typing the text in the texteditor
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
TextEdit 不支持您所询问的自动完成功能。一种可能的解决方案是使用 ComboBoxEdit 或 LookupEdit 控件。它们都可以保存下拉窗口中显示的项目列表。最后,您应该编写一段代码,将编辑器的值存储在 cookie 中。
TextEdit does not support the auto complete functionality you are asking about. A possible solution is to use the ComboBoxEdit or LookupEdit controls. Both of them can hold a list of items shown in the dropdown window. Finally, you should write a code which will the editors with values stored in cookies.