Details
Description
Click on the up arrow of timebox repeatedly.
Observe the label updated its time value every second time the up arrow is clicked.
test.zul
<zk> <timebox format="HH:mm" onChange="lbl.value = event.value"/> <label id="lbl"/> </zk>
Click on the up arrow of timebox repeatedly.
Observe the label updated its time value every second time the up arrow is clicked.
<zk> <timebox format="HH:mm" onChange="lbl.value = event.value"/> <label id="lbl"/> </zk>