Searched refs:arrayOfRadioButtons (Results 1 – 1 of 1) sorted by relevance
229 function jmolRadioGroup(arrayOfRadioButtons, separatorHtml, groupName, id, title) { argument238 var type = typeof arrayOfRadioButtons;239 if (type != "object" || type == null || ! arrayOfRadioButtons.length) {245 var len = arrayOfRadioButtons.length;253 var radio = arrayOfRadioButtons[i];