{
    "name"       : "scrollview",
    "displayName": "ScrollView",
    "description": "ScrollView provides a scrollable content widget with flick velocity based inertia for both touch and mouse.",
    "author"     : ["drgath", "sdesai"],

    "tags": ["scrollview", "widget", "beta"],
    "use" : ["scrollview"],

    "examples": [
        {
            "name"       : "scrollview-base",
            "displayName": "Basic ScrollView Without a Scroll Indicator",
            "description": "This example creates a basic ScrollView which doesn't include a scrollbar indicator.",
            "modules"    : ["scrollview-base"],
            "tags"       : ["scrollview", "widget"],
            "newWindow"          : true,
            "hideTableOfContents": true
        },
        {
            "name"       : "scrollview-scroll",
            "displayName": "ScrollView with Scroll Indicator and Link Suppression Behavior",
            "description": "This example shows the classic Scrollview implementation, including scroll indicators (bars) and including code to suppress link navigation while scrolling.",
            "modules"    : ["scrollview"],
            "tags"       : ["scrollview", "widget"],
            "newWindow"          : true,
            "hideTableOfContents": true
        },
        {
            "name"       : "scrollview-horiz",
            "displayName": "Horizontal ScrollView",
            "description": "This example creates a horizontal ScrollView.",
            "modules"    : ["scrollview"],
            "tags"       : ["scrollview", "widget"],
            "newWindow"          : true,
            "hideTableOfContents": true
        },
        {
            "name"       : "scrollview-paging",
            "displayName": "ScrollView With Pagination",
            "description": "This example creates a horizontal ScrollView with pagination support.",
            "modules"    : ["scrollview", "scrollview-paginator"],
            "tags"       : ["scrollview", "widget"],
            "newWindow"          : true,
            "hideTableOfContents": true
        }
    ],

    "pages": {
        "scrollview-base-example": {
            "name"       : "scrollview-base",
            "displayName": "ScrollView: Basic ScrollView Without a Scroll Indicator",
            "layout"     : "scrollview-vertical-example"
        },
        "scrollview-example": {
            "name"       : "scrollview-scroll",
            "displayName": "ScrollView: ScrollView with Scroll Indicator and Link Suppression Behavior",
            "layout"     : "scrollview-vertical-example"
        },
        "scrollview-horiz-example": {
            "name"       : "scrollview-horiz",
            "displayName": "ScrollView: Horizontal ScrollView",
            "layout"     : "scrollview-horizontal-example"
        },
        "scrollview-paging-example": {
            "name"       : "scrollview-paging",
            "displayName": "ScrollView: ScrollView with Pagination",
            "layout"     : "scrollview-horizontal-example"
        }
    }
}
