DEMO: Multiple DataStore implementations with dojo.data aware Widgets


Description:

This simple demo shows how widgets which know only the dojo.data interfaces can work with data sources of varying formats. In this case an OpmlStore and a ItemFileReadStore are used to house the same data in different formats.

Widgets using OpmlStore:

ComboBox:


Filtering Select:


Tree:

Widgets using ItemFileReadStore:

ComboBox:


Filtering Select:


Tree:

Widgets using XmlStore:

ComboBox:


Filtering Select:


Tree: