From 1170417ceeb8c49a46cda522a38eaa71c9cae30c Mon Sep 17 00:00:00 2001 From: Derrell Lipman Date: Sat, 30 Dec 2006 05:09:59 +0000 Subject: r20414: Start to make SWAT usable by others. This is just a start... (This used to be commit 26a34037a7ca6fbd05c5a6f7c2d5973e34bc6918) --- .../demo/source/html/example/Command_2.html | 186 +++++++++++++++++++++ 1 file changed, 186 insertions(+) create mode 100644 webapps/qooxdoo-0.6.3-sdk/frontend/demo/source/html/example/Command_2.html (limited to 'webapps/qooxdoo-0.6.3-sdk/frontend/demo/source/html/example/Command_2.html') diff --git a/webapps/qooxdoo-0.6.3-sdk/frontend/demo/source/html/example/Command_2.html b/webapps/qooxdoo-0.6.3-sdk/frontend/demo/source/html/example/Command_2.html new file mode 100644 index 0000000000..46b490e9eb --- /dev/null +++ b/webapps/qooxdoo-0.6.3-sdk/frontend/demo/source/html/example/Command_2.html @@ -0,0 +1,186 @@ + + + + qooxdoo » Demo + + + + + + + +
+

An example showing global shortcut commands in action. The commands are linked with menu-items, but + could also be executed with the corresponding shortcut.

+

An objectmanager is used to disable/enable a specific command (del-Key) to make available for text-editing + in the textfield of the window. When the window is closed the command gets re-enabled.

+
+ + + + -- cgit