0

为什么 Combobox 组件在只读时不允许用户使用 Page Down\Page Up 键选择选项?如何启用此功能?

4

3 回答 3

1

Lucas, what version of ZK are you using? A readonly textbox in both the latest version 5.0 and 3.6.3 both allow this.

<textbox value="Hello"  Readonly="true" />
于 2010-03-05T01:38:08.620 回答
1

请参阅Zk Fiddle 组合框

它工作正常

只读=“真”

于 2013-02-05T09:29:31.903 回答
0

您可以使用向上和向下箭头键在组合框中选择一个选项。

于 2013-02-05T07:09:57.920 回答