Lines Matching refs:nameSuffix
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 +
754 "' id='jmolApplet" + nameSuffix + "' " + appletCssText + "\n" +
759 "<object name='jmolApplet" + nameSuffix +
760 "' id='jmolApplet" + nameSuffix + "' " + appletCssText + "\n" +
767 "<applet name='jmolApplet" + nameSuffix +
768 "' id='jmolApplet" + nameSuffix +
799 jmolSetTarget(nameSuffix);
800 ready["jmolApplet" + nameSuffix] = false;