Searched refs:nameSuffix (Results 1 – 1 of 1) sorted by relevance
/plugin/jmol2/jmol/ |
D | Jmol.js | 162 function jmolApplet(size, script, nameSuffix) { argument 164 return _jmolApplet(size, null, script, nameSuffix); 383 function jmolAppletInline(size, inlineModel, script, nameSuffix) { argument 386 script, nameSuffix); 726 function _jmolApplet(size, inlineModel, script, nameSuffix) { argument 732 if (! nameSuffix) 733 nameSuffix = appletCount; 734 appletSuffixes.push(nameSuffix); 744 params.name = 'jmolApplet' + nameSuffix; 753 "<object name='jmolApplet" + nameSuffix + [all …]
|