Michael wrote:
> Has anyone implemented the equivalent of a 'toggle' button as an
> AppletControl parameter?

Michael,

Within a JmolAppletControl you can say
 [param name="type" value="chimetoggle"]
 [param name="script" value="... <script-when-pushed> ..."]
 [param name="altscript" value="... <script-when-unpushed> ..."]

The other type which behaves the same ways is
 [param name="type" value="checkbox"]
 [param name="script" value="... <script-when-pushed> ..."]
 [param name="altscript" value="... <script-when-unpushed> ..."]

Write if you have other questions about the usage of the JmolAppletControl.


Miguel





-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Jmol-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jmol-users

Reply via email to