From 76cba6f16a2167e7f4c1a8d02afe351108e503b6 Mon Sep 17 00:00:00 2001 From: jprocter Date: Mon, 5 Sep 2011 14:47:44 +0100 Subject: [PATCH] note about ensuring callers of loadAlignment(..) save the new alignment windows reference so they can use it in other calls to the API. --- examples/jalviewLiteJs.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/jalviewLiteJs.html b/examples/jalviewLiteJs.html index 2a90393..e33b30d 100644 --- a/examples/jalviewLiteJs.html +++ b/examples/jalviewLiteJs.html @@ -246,6 +246,8 @@ public AlignFrame newViewFrom(AlignFrame alf) public AlignFrame newViewFrom(AlignFrame alf, String name) // load a new alignment +// remember to store the AlignFrame object reference +// if you want to manipulate the new alignment view. public AlignFrame loadAlignment(String text, String title) -- 1.7.10.2