flex 3 组合框选定的项目

发布于 2024-09-24 02:51:35 字数 102 浏览 2 评论 0原文

我有一个带有 arrayCollection dataprovider 的组合框,它在创建后没有选择任何内容。我想在未选择任何内容时添加一些文本作为第一个选项,只是为了表明用户尚未选择选项。

I have a combobox with arrayCollection dataprovider, it has nothing selected after creation. I want to add some text as first option when nothing is selected, just to indicate that the user didn't select an option yet.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

剑心龙吟 2024-10-01 02:51:35

如果我理解正确的话,prompt 属性就是您正在寻找的。引用 Flex 3 的 ComboBox 文档:

ComboBox 控件的提示。提示是一个字符串,当 selectedIndex = -1 时,该字符串显示在组合框的 TextInput 部分中。它通常是一个字符串,如“选择一个...”。如果没有提示,ComboBox 控件将 selectedIndex 设置为 0 并显示 dataProvider 中的第一项。

引用自ComboBox 文档

If I understood you correctly, prompt property is what you are looking for. To quote the ComboBox documentation from Flex 3:

The prompt for the ComboBox control. A prompt is a String that is displayed in the TextInput portion of the ComboBox when selectedIndex = -1. It is usually a String like "Select one...". If there is no prompt, the ComboBox control sets selectedIndex to 0 and displays the first item in the dataProvider.

Quote from ComboBox documentation

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