Checkbox in HTML table widget

1
0
-1

Hello,

I have created a html table widget with some checkbox on it. The problem is that I cant access to the checkbox with my variable created in the process. I want to identify each checkbox in the table by a variable. Which approach should be adopted to do this?

Sylvain

Comments

Submitted by rehab.zaky on Mon, 03/02/2015 - 16:52

How do you add check boxes inside the table ?

1 answer

1
-2
-1

Hi, You need to use javascript to know which checkbox is checked. I also use a hidden field where I store the list of checkbox using javascript. Like this I can use this hidden field in Bonita.

Comments

Submitted by rehab.zaky on Mon, 03/02/2015 - 16:52

Could you help with this code ?

Notifications