2

Checkbox issues.

asked 2014-01-25 10:33:37 +0800

Ganeshkhakare gravatar image Ganeshkhakare
150 4

updated 2014-01-27 04:39:51 +0800

  1. Checkbox is not getting checked using java. I tried following code on sandbox. it does not works there also. Toggle does not works for third click.
<?page title="Auto Generated index.zul"?>
<window >
      <checkbox id="ck"></checkbox>
      <button label="Toggle" onClick="ck.checked=ck.checked?false:true"></button>
</window>
  1. Checkbox does not have any different display if it is focused.
delete flag offensive retag edit

1 Answer

Sort by ยป oldest newest most voted
3

answered 2014-01-27 07:19:13 +0800

chillworld gravatar image chillworld flag of Belgium
5357 4 9
https://github.com/chillw...

updated 2014-01-27 07:27:33 +0800

Always good to create a fiddle :

check this : http://zkfiddle.org/sample/lrql5l/1-toggle-checkbox

You can see it works on zk 6.5.3 and indeed it stops working in zk 7.0.0

edit : created a bug report to.

Greetz chill.

link publish delete flag offensive edit

Comments

+1 for write answer

sitansu ( 2014-01-28 04:52:33 +0800 )edit
Your answer
Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a substantial answer, for discussions, please use comments and please do remember to vote (after you log in)!

[hide preview]

Question tools

Follow
1 follower

RSS

Stats

Asked: 2014-01-25 10:33:37 +0800

Seen: 38 times

Last updated: Jan 27 '14

Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More