From 10c06a1968dbf39d8a3790077a3537b8323f36ff Mon Sep 17 00:00:00 2001 From: Derrell Lipman Date: Fri, 6 Oct 2006 15:40:18 +0000 Subject: r19141: add a reasonable subset of the qooxdoo runtime environment, and example applications (This used to be commit ff28ab7314ff1eebcd62f387678b816091af8121) --- .../example/TreeFullControl_3.html | 298 +++++++++++++++++++++ 1 file changed, 298 insertions(+) create mode 100644 swat/apps/qooxdoo-examples/example/TreeFullControl_3.html (limited to 'swat/apps/qooxdoo-examples/example/TreeFullControl_3.html') diff --git a/swat/apps/qooxdoo-examples/example/TreeFullControl_3.html b/swat/apps/qooxdoo-examples/example/TreeFullControl_3.html new file mode 100644 index 0000000000..35ff8e18c0 --- /dev/null +++ b/swat/apps/qooxdoo-examples/example/TreeFullControl_3.html @@ -0,0 +1,298 @@ + + + + qooxdoo » Demo + + + + + + + +
+

Shows a tree, with user-defined icons for some nodes. This tests + listening for tree events. A separate alert is generated upon opening a + folder that has contents; when opening a folder that has no contents; and + closing a folder.

We also demonstrate changing the default value of + 'allowShowPlusMinusSymbol' so that all folders initially have a plus/minus + symbol. Then, upon opening an empty folder, we remove that + icon.

Lastly, we demonstrate in the alert presented by tree events, + use of the getHierarchy() method to obtain a full "path" for a tree + node.

+
+ + + + -- cgit