Difference between revisions of "Test div new"
From NMReDATA
(→jmolMol tag) |
|||
Line 1: | Line 1: | ||
+ | == Pop-up models == | ||
+ | A user action will open a popup window with a model. | ||
+ | |||
+ | <table style="width:100%;"> | ||
+ | <tr> | ||
+ | <td style="vertical-align:top;"> | ||
+ | === jmolFile tag === | ||
+ | ..not yet... | ||
+ | </td> | ||
+ | <td style="vertical-align:top;"> | ||
=== jmolMol tag === | === jmolMol tag === | ||
The link <jmolMol text='in your coffee'>caffeine</jmolMol> | The link <jmolMol text='in your coffee'>caffeine</jmolMol> | ||
+ | will open a popup window displaying caffeine | ||
+ | <nowiki><jmolMol text='something in your coffee'>caffeine</jmolMol></nowiki> | ||
+ | and | ||
<jmolMol text='something in vinegar'>acetic acid</jmolMol> | <jmolMol text='something in vinegar'>acetic acid</jmolMol> | ||
+ | </td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td style="vertical-align:top;"> | ||
+ | |||
+ | === jmolSmiles tag === | ||
+ | The link <jmolSmiles text='nitrobenzene'>c1ccccc1[N+](=O)[O-]</jmolSmiles> will open a popup window displaying nitrobenzene | ||
+ | <nowiki><jmolSmiles text='nitrobenzene'>c1ccccc1[N+](=O)[O-]</jmolSmiles></nowiki> | ||
+ | </td> | ||
+ | <td style="vertical-align:top;"> | ||
+ | === jmolPdb tag === | ||
+ | The link <jmolPdb text='adipocyte lipid binding protein'>1ab0</jmolPdb> | ||
+ | will open a popup window displaying 1ab0.pdb | ||
+ | <nowiki><jmolPdb text='adipocyte lipid binding protein'>1ab0</jmolPdb></nowiki> | ||
+ | </td> | ||
+ | </tr> | ||
+ | </table> |
Revision as of 09:27, 27 February 2019
Pop-up models
A user action will open a popup window with a model.
jmolFile tag..not yet... |
jmolMol tagThe link in your coffee will open a popup window displaying caffeine <jmolMol text='something in your coffee'>caffeine</jmolMol> |
jmolSmiles tagThe link nitrobenzene will open a popup window displaying nitrobenzene <jmolSmiles text='nitrobenzene'>c1ccccc1[N+](=O)[O-]</jmolSmiles> |
jmolPdb tagThe link adipocyte lipid binding protein will open a popup window displaying 1ab0.pdb <jmolPdb text='adipocyte lipid binding protein'>1ab0</jmolPdb> |