User:Angel Herraez/Sandbox 2
From Proteopedia
< User:Angel Herraez(Difference between revisions)
(6 intermediate revisions not shown.) | |||
Line 1: | Line 1: | ||
==Testing some templates== | ==Testing some templates== | ||
+ | |||
+ | <jmol> | ||
+ | <jmolApplet> | ||
+ | <signed>true</signed> | ||
+ | <size>300</size> | ||
+ | <script>load =3cin</script> | ||
+ | </jmolApplet> | ||
+ | </jmol> | ||
+ | |||
+ | These controls are inserted directly, as wiki extension tags: | ||
+ | <jmol> | ||
+ | <jmolCheckbox> | ||
+ | <scriptWhenChecked>spacefill on</scriptWhenChecked> | ||
+ | <scriptWhenUnchecked>spacefill off</scriptWhenUnchecked> | ||
+ | <text>spacefill on/off</text> | ||
+ | </jmolCheckbox> | ||
+ | </jmol> | ||
+ | |||
+ | <jmol> | ||
+ | <jmolRadioGroup> | ||
+ | <item> | ||
+ | <text>spacefill on</text> | ||
+ | <script>spacefill on</script> | ||
+ | </item> | ||
+ | <item> | ||
+ | <text>spacefill off</text> | ||
+ | <script>spacefill off</script> | ||
+ | </item> | ||
+ | </jmolRadioGroup> | ||
+ | </jmol> | ||
+ | |||
+ | |||
<jmol> | <jmol> | ||
<jmolLink> | <jmolLink> | ||
Line 9: | Line 41: | ||
(wait until the hourglass cursor disappears, then try the following controls) | (wait until the hourglass cursor disappears, then try the following controls) | ||
- | These 3 controls are inserted | + | These 3 controls are inserted using templates: |
{{Button Toggle Surface}} · | {{Button Toggle Surface}} · | ||
{{Link Toggle Surface}} · {{Checkbox Toggle Surface}} | {{Link Toggle Surface}} · {{Checkbox Toggle Surface}} | ||
- | (The checkbox is working already) | ||
- | + | (The checkboxes AGAIN are working properly -- the key is to have a function setupCheckboxShiftClick() | |
- | + | that overrides the one included in wikibits.js | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + |
Current revision
Testing some templates
Drag the structure with the mouse to rotate |
These controls are inserted directly, as wiki extension tags:
(wait until the hourglass cursor disappears, then try the following controls)
These 3 controls are inserted using templates:
· ·
(The checkboxes AGAIN are working properly -- the key is to have a function setupCheckboxShiftClick() that overrides the one included in wikibits.js