X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=examples%2FappletParameters.html;h=1133627299cd43856a8f022bd70e13febbf8446a;hb=c19d2a91ca05e052e3408bf5852d88eb5d0608f1;hp=95a4511ffcf3cf7291dfa10832030f1937178097;hpb=d00c5d063a4e794361f20411dfd552d3a8e8784f;p=jalview.git diff --git a/examples/appletParameters.html b/examples/appletParameters.html index 95a4511..1133627 100644 --- a/examples/appletParameters.html +++ b/examples/appletParameters.html @@ -1,7 +1,6 @@ - - - Applet Parameters - - - - - - - - - - - - - - - - - - - - - - -
- -
- -
- -
+

JalviewLite Applet Parameter Documentation

@@ -165,9 +26,8 @@ var _gaq = _gaq || [];_gaq.push(["_setAccount", "UA-9060947-1"]);_gaq.push(["_tr The JalviewLite applet is configured through a series of applet parameters, which are described below. Once initialised, the applet can be interacted with via its -Javascript API. -

Issues arising from tightening of Java Security default settings
JalviewLite is provided as a signed applet with 'sandbox' permissions and wildcards that allow it to be run from any website. Unfortunately, earlier versions of Java are not compatible with these settings, so if you find that you cannot see any of the examples on the left, try the unsigned applet examples. -

+Javascript API. +

Issues arising from tightening of Java Security default settings
JalviewLite is provided as a signed applet with 'sandbox' permissions and wildcards that allow it to be run from any website. Unfortunately, earlier versions of Java may not be compatible with these settings.

For additional deployment notes, see below.

Applet Parameters


The applet takes the following initialisation parameters.

@@ -186,11 +46,23 @@ the applet can be interacted with via its - - - - + + + + + + + + + + + + + + + + + @@ -401,7 +281,7 @@ the applet can be interacted with via its + For use with parameter file2 when showing a split frame of cDNA and protein. (since 2.9) @@ -487,7 +367,7 @@ the applet can be interacted with via its archive="jalviewApplet.jar, mydata.zip">
  • Use Jalview for input to a HTML form. For an example of how to - code this using Javascript, click here. + code this using Javascript, click here.
  • Embed Jalview into the web page, without the "Start Jalview" @@ -495,7 +375,14 @@ the applet can be interacted with via its <param name="embedded" value="true">
  • -

    **NEW FEATURES** in Jalview 2.8

    + +

    **NEW FEATURES** in Jalview 2.9

    + +

    +

    **NEW FEATURES** in Jalview 2.8

    **NEW FEATURES** in Jalview 2.6

    - - - - - - - - - - -
    fileName The file to open, must be on same server as the applet.
    file2fileNameA second file to open. If one file is nucleotide and the other peptide, and at least one peptide sequence - is the translation of one of the nucleotide sequences, then alignments will be displayed linked in a split frame (since 2.8.3).
    file2fileNameA second file to open and show linked in a Split Frame + view. If one file is nucleotide and the other peptide, and at + least one peptide sequence matches the translation of one of the + nucleotide sequences, then gaps will be inserted into the + sequences in this file to match the aligned columns for + corresponding positions in the primary alignment file. This + parameter is ignored if enableSplitFrame is set to false (since + 2.9). +
    enableSplitFrametrue or false (default true)Enable or disable the display of linked cDNA and Protein alignments in a split frame (since 2.9).
    sequence1,
    @@ -246,6 +118,14 @@ the applet can be interacted with via its
    Default is no colour.
    defaultColourNucA colour scheme (from the list above) to apply to Nucleotide alignmentsThis overrides defaultColour if it is specified.
    defaultColourProtA colour scheme (from the list above) to apply to Peptide alignmentsThis overrides defaultColour if it is specified.
    userDefinedColour

    Example:
    D,E=red; K,R,H=0022FF; c=yellow

    scaleProteinAsCdnatrue or false (default is false) Set true to shown protein residues the same width as their encoding codons. - For use with parameter file2 when showing a split frame of cDNA and protein. (since 2.8.3)
    centrecolumnlabels true or false (default is false) When true, text labels associated with a column in the alignment will be shown centered with respect to the column. (since 2.4)