Creating a Hierarchical ListBox Widget

This is an advanced example, in which we create a ListBox widget with nested Option widgets, by extending the base Widget class, and adding WidgetParent and WidgetChild extensions, through Base.build.

The TabView component that is included in the YUI 3 library, is also built using the WidgetParent and WidgetChild extensions.

Selected: None