Difference between revisions of "Jmol testpage"

From NMReDATA
Jump to: navigation, search
(this does not work)
(this does not work)
Line 26: Line 26:
 
</jmol>
 
</jmol>
 
== this does not work ==
 
== this does not work ==
<code><nowiki>
 
<jmol>
 
  <jmolApplet>
 
    <wikiPageContents> toto </wikiPageContents>
 
  </jmolApplet>
 
</jmol>
 
</nowiki></code>
 
 
 
There should be something here below:
 
  
 
<jmol>
 
<jmol>
 
   <jmolApplet>
 
   <jmolApplet>
 +
    <name>C</name>
 +
    <color>lightGray</color>
 +
    <size>240</size>
 +
    <caption>demo</caption>
 
     <inlineContents>  
 
     <inlineContents>  
 
OpenBabel02151916433D
 
OpenBabel02151916433D
Line 106: Line 100:
 
  11 31  1  0  0  0  0
 
  11 31  1  0  0  0  0
 
M  END
 
M  END
    </inlineContents>
+
    </inlineContents>
 
   </jmolApplet>
 
   </jmolApplet>
 
</jmol>
 
</jmol>

Revision as of 16:12, 1 March 2019


Note that I could not find a includes/mime.types file in main wiki folder ...

Newer MW versions locate that in includes/libs/mime/mime.types

I may be related: I could not manage to allow the upload of .sdf .mol . But .cml files works (I followed these instructions)

this works

aspirin

<jmolSmiles>aspirin</jmolSmiles>

Chair.cml

<jmolFile>Chair.cml</jmolFile>

this does not work

demo