Difference between revisions of "User:AngelHerraez/Sandbox/Local Files Layout"
< User:AngelHerraez | Sandbox
Jump to navigation
Jump to search
AngelHerraez (talk | contribs) |
AngelHerraez (talk | contribs) |
||
| Line 1: | Line 1: | ||
| + | This is for testing, content is being moved to | ||
| + | [[Jmol_Applet_Deployment_Local]] | ||
| + | |||
| + | |||
= Layouts for files = | = Layouts for files = | ||
For running Jmol in local disks successfully (i.e. without Java security errors) | For running Jmol in local disks successfully (i.e. without Java security errors) | ||
Latest revision as of 17:41, 10 June 2010
This is for testing, content is being moved to Jmol_Applet_Deployment_Local
Contents
Layouts for files
For running Jmol in local disks successfully (i.e. without Java security errors)
Jmol parent, models same
These layouts give no problems.
| P | JmolApplet jar files | |||
|---|---|---|---|---|
| X | html files, model and script files | |||
| C | ||||
| S |
| P | JmolApplet jar files | |||
|---|---|---|---|---|
| X | ||||
| C | html files, model and script files | |||
| S |
Jmol parent, models child
This layout gives no problems.
| P | JmolApplet jar files | |||
|---|---|---|---|---|
| X | html files | |||
| C | model and script files | |||
| S |
Jmol sibling, models same
This layout cannot be used from local disk.
| P | ||||
|---|---|---|---|---|
| X | html files, model and script files | |||
| C | ||||
| S | JmolApplet jar files |
Jmol sibling, models sibling
This layout may be used from local disk only
if you add UseCommandThread=true to your page (see details).
| P | ||||
|---|---|---|---|---|
| X | html files | |||
| C | ||||
| S | JmolApplet jar files, model and script files |