From ad01b935b41543f408ade77d63712836f7959d37 Mon Sep 17 00:00:00 2001 From: phasefx Date: Wed, 29 Jun 2005 14:37:17 +0000 Subject: [PATCH] javascript shell git-svn-id: svn://svn.open-ils.org/ILS/trunk@969 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- .../chrome/content/evergreen/util/shell.html | 684 +++++++++++++++++++++ 1 file changed, 684 insertions(+) create mode 100644 Evergreen/staff_client/chrome/content/evergreen/util/shell.html diff --git a/Evergreen/staff_client/chrome/content/evergreen/util/shell.html b/Evergreen/staff_client/chrome/content/evergreen/util/shell.html new file mode 100644 index 0000000000..e7c300decd --- /dev/null +++ b/Evergreen/staff_client/chrome/content/evergreen/util/shell.html @@ -0,0 +1,684 @@ + + + + + +JavaScript Shell 1.3.1 + + + + + + + + + + + + +

JavaScript Shell 1.3.1

Features: autocompletion of property names with Tab, multiline input with Shift+Enter, input history with (Ctrl+) Up/Down, Math, help
Values and functions: ans, print(string), props(object), blink(node), load(scriptURL), scope(object)
+ +
+ + + + \ No newline at end of file -- 2.11.0