+ -
当前位置:首页 → 问答吧 → ZK Bandbox选择问题

ZK Bandbox选择问题

时间:2011-04-21

来源:互联网

各位先进好, 我想请问的是在ZK的Bandbox选单中如果选择了之后还可以再重覆选择吗?
因为在使用上很不顺手~还是说要改SourceCode?又或者要换成Combobox?
附上ZKDemo的范例
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<vbox> <bandbox id="bd" mold="rounded"> <bandpopup> <listbox width="200px" onSelect="bd.value=self.selectedItem.label; bd.close();"> <listitem> <listcell label="John" />
   <listcell label="CEO" />
  </listitem>
  <listitem>
   <listcell label="Joe" />
   <listcell label="Engineer" />
  </listitem>
  <listitem>
   <listcell label="Mary" />
   <listcell label="Supervisor" />
  </listitem> </listbox> </bandpopup> </bandbox>
</vbox>

作者: qpqpqpqpqp0955   发布时间: 2011-04-21

不是很懂你的需求
不能重复选择?

作者: matthewgo   发布时间: 2011-04-21