Mini Kabibi Habibi

Current Path : C:/Users/Public/Documents/DXTREME 13.1 Demos/DXSK8/DXSK8.Phone/
Upload File :
Current File : C:/Users/Public/Documents/DXTREME 13.1 Demos/DXSK8/DXSK8.Phone/phone.config.js

// NOTE object below must be a valid JSON
window.DXSK8 = $.extend(true, window.DXSK8, {
    "config": {
        "defaultLayout": "navbar",
        "navigation": [
            {
                title: "Home",
                action: "#Start",
                icon: "home",
            },
            {
                title: "Orders overview",
                action: "#OrdersOverview",
                icon: "cart",
            },
            {
                title: "Product lookup",
                action: "#ProductLookup",
                icon: "find",
            }
        ]
    }
});