This sample demonstrates how you can use the client-side items collection to populate the WebObjectTree children items.
Most of the samples use this technique to populate the WebObjectTree control with data.
It is accomplished by creating your item object hierarchy in WebObjectTree Studio.
For example:
When your project is compiled in WebObjectTree Studio, the item objects are written to the loader file in JSON format and sent to the control when it is initialized.
In this sample the WebObjectTree is allowing you to select a datacenter server, organized by region, location and role.
Clicking the "Submit" button will display the full path for your selection below:
Click the "Reset" link to clear your selection.