Guest User

Untitled

a guest
Jun 22nd, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1.  
  2. // return array with checkbox elements.
  3. var aryChkbxs = Dom.get('frmPageGrps').elements['chkPageGrps'];
  4.  
  5. // loop through checkboxes
  6.  
  7.  
  8.  
  9. // loop through page groups
  10. for (var i = 0, len = json.rows.length; i < len; ++i) {
  11. alert(json.rows[i].PermGrpName);
  12.  
  13. HOW TO SET IF the value of the checkbox matches the value in the above alert set checked = yes
  14. }
Add Comment
Please, Sign In to add comment