Sandbox applets
From Proteopedia
(Difference between revisions)
Line 1: | Line 1: | ||
<applet name= "A" load='1ema' size='300' frame='true' align='right' caption='Insert caption here' /> | <applet name= "A" load='1ema' size='300' frame='true' align='right' caption='Insert caption here' /> | ||
- | + | <applet name= "B" load='1ema' size='300' frame='true' align='right' caption='Insert caption here' /> | |
- | + | <applet name= "C" load='1ema' size='300' frame='true' align='right' caption='Insert caption here' /> | |
<applet name= "D" load='1ema' size='300' frame='true' align='right' caption='Insert caption here' /> | <applet name= "D" load='1ema' size='300' frame='true' align='right' caption='Insert caption here' /> | ||
Line 24: | Line 24: | ||
</jmolRadioGroup> | </jmolRadioGroup> | ||
+ | </jmol> | ||
+ | |||
+ | <jmol> | ||
+ | <jmolCheckbox> | ||
+ | <target>A</target> | ||
+ | <scriptWhenChecked>sync jmolAppletB,jmolAppletC</scriptWhenChecked> | ||
+ | <scriptWhenUnchecked>sync OFF</scriptWhenUnchecked> | ||
+ | <checked>false</checked> | ||
+ | <text>Synchronize</text> | ||
+ | </jmolCheckbox> | ||
+ | </jmol> | ||
+ | |||
+ | <jmol> | ||
+ | <jmolLink> | ||
+ | <script>sync*</script> | ||
+ | <text>Synchronize</text> | ||
+ | </jmolLink> | ||
+ | </jmol> | ||
+ | |||
+ | <jmol> | ||
+ | <jmolButton> | ||
+ | <name>Button</name> | ||
+ | <script>sync*</script> | ||
+ | <text>Synchronize</text> | ||
+ | </jmolButton> | ||
+ | </jmol> | ||
+ | |||
+ | <jmol> | ||
+ | <jmolMenu> | ||
+ | <item> | ||
+ | <script>sync*</script> | ||
+ | <text>Synchronize</text> | ||
+ | <checked>true</checked> | ||
+ | </item> | ||
+ | </jmolMenu> | ||
</jmol> | </jmol> |
Revision as of 23:49, 24 July 2009
|
|
|
|