source:
main/waeup.kofa/branches/uli-diazo-themed/layout/static/js/kofa-toggleall.js
@
11133
Last change on this file since 11133 was 11019, checked in by , 11 years ago | |
---|---|
File size: 153 bytes |
Line | |
---|---|
1 | function toggle(source, name) { |
2 | checkboxes = document.getElementsByName(name); |
3 | for(var i in checkboxes) |
4 | checkboxes[i].checked = source.checked; |
5 | } |
Note: See TracBrowser for help on using the repository browser.