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

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