WebTabSet Studio
your content here...
  Reset
ControlData Property:
This sample demonstrates how you can use a client-side property to populate the WebTabSet children items.

To use this feature, you can set the following property in WebTabSet Studio:

WebTabSet1.ControlData = "{ Items: [\"Hello\", \"World\"] }";

This string contains the item information in JSON format, simplified here for demonstrative purposes.

When your project is compiled in WebTabSet Studio, this string value is written to the loader file and sent to the control when it is initialized.

In this sample the WebTabSet 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.
Control being used:
View the code:
The code is available in the samples directory under:
/DataRetrieval
    /ControlDataProperty