User:Angel Herraez/Sandbox 2
From Proteopedia
< User:Angel Herraez(Difference between revisions)
(3 intermediate revisions not shown.) | |||
Line 8: | Line 8: | ||
</jmolApplet> | </jmolApplet> | ||
</jmol> | </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> | ||
Line 18: | 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 using templates: | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | These 3 controls are inserted | + | |
{{Button Toggle Surface}} · | {{Button Toggle Surface}} · | ||
{{Link Toggle Surface}} · {{Checkbox Toggle Surface}} | {{Link Toggle Surface}} · {{Checkbox Toggle Surface}} | ||
- | (The | + | |
+ | (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