var dashboard = { "type": "wide", "css" : "dashboard", "rows": [ { "view": "toolbar", "css": "webix_dark", "padding": { "right": 10, "left": 10 }, "elements": [ { "view": "menu", "id": "menu", "subMenuPos": "bottom", "data": [ { "value": "SFM", "icon": "wxi-dots", "submenu": [ { "value": "Summary", "icon": "wxi-calendar" }, { "value": "Pending Jobs", "icon": "mdi mdi-notebook-check" }, { "value": "Mass Mailing", "icon": "mdi mdi-email" }, { "$template": "Separator" }, { "value": "Logout", "icon": "mdi mdi-exit-run" } ] }, { "value": "Transactions", "icon": "mdi mdi-bank-transfer", "submenu": [ { "value": "Add", "icon": "mdi mdi-table-column-plus-before" }, { "value": "Export", "icon": "mdi mdi-file-export" }, { "value": "Import", "icon": "mdi mdi-file-upload" }, { "$template": "Separator" }, { "value": "Payment to Broker", "icon": "mdi mdi-file-upload" }, { "value": "Pending", "icon": "mdi mdi-file-upload" }, ] }, { "value": "Clients", "icon": "mdi mdi-account-supervisor-circle", "submenu": [ { "value": "Add", "icon": "mdi mdi-account-plus" }, { "value": "Search", "icon": "mdi mdi-account-search" }, { "value": "Broadcast", "icon": "mdi mdi-account-off" } ] }, { "value": "Broker", "icon" : "mdi mdi-account-details", "submenu": [ { "value": "Add", "icon": "mdi mdi-account-plus" }, { "value": "Search", "icon": "mdi mdi-account-search" }, { "value": "Broadcast", "icon": "mdi mdi-account-off" } ] } ], "type": { "subsign": true }, "height": 0 }, { "view": "label", "label": "SuperCredit ", "align": "right", "height": 0 } ] }, { "cols": [ { "rows": [ { "view": "tree", "url": "demo->5f82268d61c7b80018b278d2", "select": true }, { "weekHeader": true, "view": "calendar" } ] }, { "rows": [ { "view": "datatable", "columns": [ { "id": "title", "header": "Title", "fillspace": true, "sort": "string" }, { "id": "year", "header": "Year", "sort": "string" }, { "id": "votes", "header": "Votes", "sort": "string" }, { "id": "rating", "header": "Rating", "sort": "string" }, { "id": "rank", "header": "Rank", "sort": "string" }, { "id": "category", "header": "Category", "sort": "string" } ], "select": true, "scrollX": false, "url": "demo->5f82268d61c7b80018b278d4" }, { "type": "clean", "view": "form", "minHeight": 380, "elements": [ { "rows": [ { "view": "multicombo", "label": "To", "value": "2,3", "options": "demo->5f82268d61c7b80018b278d7" }, { "view": "text", "label": "Subject", "height": 0 }, { "view": "textarea", "label": "Message" } ] }, { "view": "button", "value": "Send Message", "css": "webix_primary", "align": "center", "inputWidth": 200 } ] } ] } ] } ] }; webix.ui(dashboard);