Mini Kabibi Habibi

Current Path : C:/Users/Public/Documents/DXTREME 13.1 Demos/DXTravel/DXTravel.Tablet/
Upload File :
Current File : C:/Users/Public/Documents/DXTREME 13.1 Demos/DXTravel/DXTravel.Tablet/tablet.config.js

// NOTE object below must be a valid JSON
window.DXTravel = $.extend(true, window.DXTravel, {
    "config": {
        "defaultLayout": "default",
        "navigation": [
            {
                id: "home",
                title: "Home",
                iconSrc: "images/Home-Icon.png",
                action: "#Index"                
            },
            {
                id: "trips",
                title: "My Trips",
                iconSrc: "images/Trips-Icon.png",
                action: "#MyTrips"
            },
            {
                id: "create",
                title: "Create",
                iconSrc: "images/New-Trip-Icon.png",
                action: DXTravel.notImplemented
            },
            {
                id: "hotDeals",
                title: "Hot Deals",
                iconSrc: "images/Deals-Icon.png",
                action: DXTravel.notImplemented
            },
            {
                id: "suggest",
                title: "Suggested",
                iconSrc: "images/Suggested-Icon.png",
                action: DXTravel.notImplemented
            },
            {
                id: "search",
                title: "Search",
                iconSrc: "images/Search-Icon.png",
                action: DXTravel.notImplemented
            }
        ]
    }
});