User:AngelHerraez/Sandbox/Local Files Layout
< User:AngelHerraez | Sandbox
Jump to navigation
Jump to search
Revision as of 16:08, 10 June 2010 by AngelHerraez (talk | contribs)
Layouts for files
For running Jmol in local disks successfully (i.e. without Java security errors)
Layout #1
This layout gives no problems.
P | JmolApplet jar files | |||
X | html files, model and script files | |||
C | ||||
S |
Layout #2
This layout gives no problems.
P | JmolApplet jar files | |||
X | html files | |||
C | model and script files | |||
S |
Layout #3
This layout cannot be used from local disk.
P | ||||
X | html files, model and script files | |||
C | ||||
S | JmolApplet jar files |
Layout #4
This layout may be used from local disk only
if you add UseCommandThread=true
to your page (see details). And some functions like the minimize
command will not work when activated by the page user (e.g. with a jmolButton
).
P | ||||
X | html files | |||
C | ||||
S | JmolApplet jar files, model and script files |