Mini Kabibi Habibi

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

// NOTE object below must be a valid JSON
window.DXSK8 = $.extend(true, window.DXSK8, {
    "config": {
        "defaultLayout": "navbar",
        "navigation": [
            {
                action: DXSK8Shared.utils.notImplemented,
                title: 'User settings',
                iconSrc: 'images/settings-icon.png'
            },
            {
                action: DXSK8Shared.utils.notImplemented,
                title: 'Store info',
                iconSrc: 'images/store-icon.png'
            },
            {
                action: DXSK8Shared.utils.notImplemented,
                title: 'Company info',
                iconSrc: 'images/company-icon.png'
            },
            {
                action: '#index',
                title: 'Home',
                iconSrc: 'images/home-icon.png'
            }
        ]
    }
});