Home
last modified time | relevance | path

Searched refs:arrayOfRadioButtons (Results 1 – 1 of 1) sorted by relevance

/plugin/jmol2/jmol/
H A DJmol.js229 function jmolRadioGroup(arrayOfRadioButtons, separatorHtml, groupName, id, title) { argument
238 var type = typeof arrayOfRadioButtons;
239 if (type != "object" || type == null || ! arrayOfRadioButtons.length) {
245 var len = arrayOfRadioButtons.length;
253 var radio = arrayOfRadioButtons[i];