D | Jmol.js | 1293 function jmolGetPropertyAsArray(sKey,sValue,targetSuffix) { argument 1294 return _jmolEvalJSON(jmolGetPropertyAsJSON(sKey,sValue,targetSuffix),sKey) 1297 function jmolGetPropertyAsString(sKey,sValue,targetSuffix) { argument 1300 return (applet ? applet.getPropertyAsString(sKey,sValue) + "" : "") 1303 function jmolGetPropertyAsJSON(sKey,sValue,targetSuffix) { argument 1307 return (applet ? applet.getPropertyAsJSON(sKey,sValue) + "" : "") 1313 function jmolGetPropertyAsJavaObject(sKey,sValue,targetSuffix) { argument 1316 return (applet ? applet.getProperty(sKey,sValue) : null)
|