+ Display Strongs in Dialog |
Help |
Hide Search |
Switch Panes | Select Font:
@@ -112,10 +113,12 @@
G1234 (displays the strongs definition for the Greek # 1234) Jesus (searches for "Jesus". all search terms assume boolean AND, i.e. "Jesus Christ" assumes "Jesus AND Christ". an word without a number is interpreted as search).
- Notes: multiple lookups can be made useing a semicolon as a seperator, i.e. "Ruth 1; g1234; jesus").
+
Notes:
+ multiple lookups can be made useing a semicolon as a seperator, i.e. "Ruth 1; g1234; jesus").
+ The list of results in the main window are sortable, just click and drag to reorder them.
All greek/hebrew cross references translations are taken from the 1933 Websters version and often are not the same as the KJV translation.
- All source materials was taken from the Zefania XML Bible Project on SourceForge.
- Any Errors and Omission you find would be appreciated. Please contact me via www.jasonwall.org.
+ All source materials were taken from the Zefania XML Bible Project on SourceForge.
+ Any Errors and Omission you find would be appreciated. Please contact me via www.jasonwall.org. Reference Parsing Tests
diff --git a/js/common.js b/js/common.js
index 9bb2feb3..ef43dbcd 100644
--- a/js/common.js
+++ b/js/common.js
@@ -100,7 +100,15 @@ function Search(sv)
var results = Strongs.GetStrongs(q, dict);
// display results.
- Strongs.DisplayStrongs(results);
+ if ($("#display-strongs-as-dialog")[0].checked)
+ {
+ Strongs.DisplayStrongsDialog(results);
+ }
+ else
+ {
+ Strongs.DisplayStrongs(results);
+
+ }
}
@@ -291,7 +299,7 @@ var Bible = {
r += " ";
}
}
- var t = $("