From: jprocter Date: Wed, 28 Sep 2011 15:10:48 +0000 (+0100) Subject: Merge branch 'Release_2_7_Branch' X-Git-Tag: Release_2_7 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=f335ea905223c014fb305051b45960ec7e28cfc4;hp=c69a7e8565e0841a8151beb3b8dbf0a98bf86fc7;p=jalview.git Merge branch 'Release_2_7_Branch' --- diff --git a/build.xml b/build.xml index e9528fc..6cfaf4e 100755 --- a/build.xml +++ b/build.xml @@ -88,6 +88,8 @@ + + @@ -234,6 +236,45 @@ + + + Jalview + The Barton Group + + Jalview Multiple Alignment Editor + Jalview + + + + + + + + + + + + + + + + + + + + + + Jalview @@ -243,8 +284,47 @@ Jalview + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Jalview + The Barton Group + + Jalview Multiple Alignment Editor + Jalview + + + --> - + @@ -273,7 +353,6 @@ - Jalview @@ -283,20 +362,19 @@ Jalview - + + + + + + + + + + - + @@ -313,7 +391,7 @@ - + Jalview The Barton Group @@ -323,19 +401,58 @@ - + + + + + + + + + + + + + + + + + + + + Jalview + The Barton Group + + Jalview Multiple Alignment Editor + Jalview + + + + + + + + + + + + + + + diff --git a/examples/appletParameters.html b/examples/appletParameters.html index 0161f3d..24452b6 100644 --- a/examples/appletParameters.html +++ b/examples/appletParameters.html @@ -1,10 +1,7 @@ Applet Parameters
       
-

Download the applet jar file from here. Parameters are described - below, and the javascript API is described here. -

+

Quick Links:

  • Download the applet jar file from here
  • Parameters are described below
  • The javascript API is described here

Useful to know!!

  • Package all your data files into a single (or multiple) zip / jar @@ -22,7 +19,7 @@ button by setting the embed parameter to true;
    <param name="embedded" value="true">
  • -

**NEW FEATURES** in Jalview 2.7

  • Javascript callbacks capabilities
    • oninit parameter and methods for registering javascript handlers for selections, mouseovers and linking to Jmol applets on the page.
    • To use javascript callbacks, ensure the applet tag includes the 'mayscript' attribute - either as a parameter (<param name="mayscript" value="true"/;gt;) or as a bare attribute in the applet html tag).
  • New jalviewLite java api methods for selecting, highlighting, scrolling and reordering sequences in an alignment view.

**NEW FEATURES** in Jalview 2.6

  • Jmol compatibility updated to Jmol 12.1.x series - download the JmolApplet here
  • To use Jmol as the structure viewer for Jalview, you must include the jar file in the applet archive argument thus:
    archive="jalviewApplet.jar,Jmol-12.1.13.jar"
  • Jmol 12.x requires at least Java 1.5 to run in the clients web browser. If the client does not have Java 1.5, or if the Jmol-12.1.13.jar is not added to the archive, the original Jalview structure viewer will still be available.
  • Jalview 2.6 works only with Jmol version 12.1.13 or later. You can use the JmolApplet.jar from the Jmol binary distribution available at the Jmol Sourceforge site, or download the Jmol applet from here
  • Minimum recommended version of Java runtime for the applet is now 1.5 (JalviewLite v2.6 without the Jmol viewer may work ok on earlier Java environments but compatibility can no-longer be guaranteed).
+

**NEW FEATURES** in Jalview 2.7

  • Javascript callbacks capabilities
    • oninit parameter and methods for registering javascript handlers for selections, mouseovers and linking to Jmol applets on the page.
    • To use javascript callbacks, ensure the applet tag includes the 'mayscript' attribute - either as a parameter (<param name="mayscript" value="true"/;gt;) or as a bare attribute in the applet html tag).
  • New jalviewLite java api methods for selecting, highlighting, scrolling and reordering sequences in an alignment view.

**NEW FEATURES** in Jalview 2.6

  • Jmol compatibility updated to Jmol 12.1.x series - download the JmolApplet here
  • To use Jmol as the structure viewer for Jalview, you must include the jar file in the applet archive argument thus:
    archive="jalviewApplet.jar,Jmol-12.1.13.jar"
  • Jmol 12.x requires at least Java 1.5 to run in the clients web browser. If the client does not have Java 1.5, or if the Jmol-12.1.13.jar is not added to the archive, the original Jalview structure viewer will still be available.
  • Jalview 2.6 works only with Jmol version 12.1.13 or later. You can use the JmolApplet.jar from the Jmol binary distribution available at the Jmol Sourceforge site, or download the Jmol applet from here
  • Minimum recommended version of Java runtime for the applet is now 1.5 (JalviewLite v2.6 without the Jmol viewer may work ok on earlier Java environments but compatibility can no-longer be guaranteed).

**NEW FEATURES** in Jalview 2.5

  • New parameters to control display of tree annotation, width of alignment columns, and to disable the jalview button and check for Jmol on startup.

**NEW FEATURES** in Jalview 2.4

  • New applet API methods for feature display control, views, and obtaining current selection via javascript.