Mini Kabibi Habibi

Current Path : C:/Users/Public/Documents/DXTREME 13.1 Demos/DXSK8/DXSK8.Tablet/views/
Upload File :
Current File : C:/Users/Public/Documents/DXTREME 13.1 Demos/DXSK8/DXSK8.Tablet/views/Index.js

DXSK8.Tablet.index = function(params) {
    var app = DXSK8.app,
        imagePath = "images/";

    var viewModel = {
        categories: [
            {
                imageSrc: imagePath + "accessories-icon.png",
                caption: "Accessories",
                uri: "#productCategory/4"
            },
            {
                imageSrc: imagePath + "set-up-a-ride-icon.png",
                caption: "Set up a ride",
                uri: "#productCategories"
            },
            {
                imageSrc: imagePath + "clothes-icon.png",
                caption: "Clothes",
                uri: "#productCategory/5"
            },
            {
                imageSrc: imagePath + "shoes-icon.png",
                caption: "Shoes",
                uri: "#productCategory/6"
            }
        ],

        notImplemented: DXSK8.Tablet.utils.notImplemented
    };
    return viewModel;
};