Tree with hardcoded root node (not corresponding to any item in the store)
Clicking a folder node will open/close it (openOnclick==true),
and clicking a leaf node will log a message to the console.
-Continents
+Africa
+Asia
+Oceania
+Europe
+North America
+South America
A rootless tree (no "continents" node) with context menus, and custom icons
-Continents
+Africa
+Asia
+Oceania
+Europe
+North America
+South America
Click Me
+
Double click, expand on load, direct style setting, tooltip test
Double-Clicking a folder node will open/close it (openOnDblClick==true),
and clicking or Double Clicking a leaf node will log a message to the console.
-Continents
-Africa
*Egypt
-Kenya
*Nairobi
*Mombasa
-Sudan
*Khartoum
-Asia
*China
*India
*Russia
*Mongolia
-Oceania
*Australia
-Europe
*Germany
*France
*Spain
*Italy
-North America
-Mexico
*Mexico City
*Guadalajara
-Canada
*Ottawa
*Toronto
*United States of America
-South America
*Brazil
*Argentina
Tree w/horizontal scroll
For checking that selection and highlighting effect goes all the way to the right.
Expand North America and check highlighting for United States, plus shorter labels.
Then collapse North America and make sure horizontal scrollbar disappears.
Also check whether the Tree's initial display is correct.
Since the Tree persists, try refreshing the page when the tree is in an open state, and when it's in a closed
state.