Koen Deforche 8455fb6ae2 added README.md files for examples, several bug fixes 13 年 前
..
icons 23c84d699e back-port WDialog fixes from v3 branch 16 年 前
CMakeLists.txt 9dd3f8912a see Changelog 14 年 前
DemoTreeList.C 9dd3f8912a see Changelog 14 年 前
DemoTreeList.h 0876868beb see Changelog 14 年 前
IconPair.C 9dd3f8912a see Changelog 14 年 前
IconPair.h 0876868beb see Changelog 14 年 前
README.md 8455fb6ae2 added README.md files for examples, several bug fixes 13 年 前
TreeNode.C 32e76ab75a added WLink + refactoring and API changes, WApplication::docRoot(), WPopupMenu improvements 13 年 前
TreeNode.h 0876868beb see Changelog 14 年 前

README.md

treelist example

This example shows a naive implementation of a tree (as a hierarchy of TreeNode objecs), which was an early version of the WTreeNode part of the library.

This example is a bit dated since CSS3 now includes rounded corners which are already broadly supported across browsers.

How to run

See the README in the parent directory.

What it illustrates

  • stateless slot learning to implement client-side event handling