From e87ef675fb8984871e14858811d3ea605760a72e Mon Sep 17 00:00:00 2001 From: Derrell Lipman Date: Wed, 10 Jan 2007 02:37:05 +0000 Subject: r20641: Everything relevant from the old swat (now swat.obsolete) directory has been moved to webapps. Remove the obsolete directory. (This used to be commit e7a17c66ea08d74183efd6c0dedb68992e02e6db) --- .../example/TreeFullControl_3.html | 298 --------------------- 1 file changed, 298 deletions(-) delete mode 100644 swat.obsolete/apps/qooxdoo-examples/example/TreeFullControl_3.html (limited to 'swat.obsolete/apps/qooxdoo-examples/example/TreeFullControl_3.html') diff --git a/swat.obsolete/apps/qooxdoo-examples/example/TreeFullControl_3.html b/swat.obsolete/apps/qooxdoo-examples/example/TreeFullControl_3.html deleted file mode 100644 index 35ff8e18c0..0000000000 --- a/swat.obsolete/apps/qooxdoo-examples/example/TreeFullControl_3.html +++ /dev/null @@ -1,298 +0,0 @@ - - - - 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