0

Help With CheckBoxes

asked 2008-06-23 19:33:38 +0800

admin gravatar image admin
18691 1 10 130
ZK Team


Orignial message at:
https://sourceforge.net/forum/message.php?msg_id=5050019

By: aztekinetix

I am generating these checkboxes dinamically:

<vbox>
<checkbox id="${each.idTipoOperacion}" label="${each.descripcion}"
forEach="${categoriasGerencia}" />
<hbox align="center" width="100%">
<button label="ActualizaDatos" left="50"/>
</hbox>
</vbox>

The question s: How could i do to obtain which checkboxes are checked before a user update on the state of these checkboxes?

Thanks in advance.



delete flag offensive retag edit

1 Reply

Sort by ยป oldest newest

answered 2008-06-25 01:05:28 +0800

admin gravatar image admin
18691 1 10 130
ZK Team


Orignial message at:
https://sourceforge.net/forum/message.php?msg_id=5052686

By: waterbottle

I don't know why you want to do to get the state of a check before user check it.
(the state is depends on how you initial a checkbox in your program, isn't it?) Is this my misunderstanding ?

by the way, you can set 'checked' to change check state and listen onCheck to know use have changed the check state.

/Dennis




link publish delete flag offensive edit
Your reply
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

RSS

Stats

Asked: 2008-06-23 19:33:38 +0800

Seen: 104 times

Last updated: Jun 25 '08

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