From 544a38dd45f6a58d34296c6c768afd086eb2ac70 Mon Sep 17 00:00:00 2001 From: Christopher Lenz Date: Fri, 28 Mar 2008 23:32:19 +0000 Subject: Imported trunk. git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@642432 13f79535-47bb-0310-9956-ffa450edef68 --- share/www/shell.html | 79 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 79 insertions(+) create mode 100644 share/www/shell.html (limited to 'share/www/shell.html') diff --git a/share/www/shell.html b/share/www/shell.html new file mode 100644 index 00000000..ebc4a130 --- /dev/null +++ b/share/www/shell.html @@ -0,0 +1,79 @@ + + + + + + JavaScript Shell 1.4 + + + + + + + + + + +

+ Overview + Javascript Shell +

+
+
+

+ Features: auto-completion of property names using Tab, multiline input + using Shift+Enter, input history with (Ctrl+)Up/Down, + Math, + help +
+ Values and functions: ans, print(string), + props(object), + blink(node), + clear(), + load(scriptURL), scope(object) +

+
+
+
+ +
+ +
+ + + -- cgit v1.2.3