Skip to content

Instantly share code, notes, and snippets.

@scorredoira
Created June 2, 2018 17:23
Show Gist options
  • Save scorredoira/566f29c67b92d10631032be092c7e380 to your computer and use it in GitHub Desktop.
Save scorredoira/566f29c67b92d10631032be092c7e380 to your computer and use it in GitHub Desktop.
{
"type": "a.adminview",
"path": "/timetable2",
"title": "@@Ocupación",
"children": {
"body": {
"type": "dashboard",
"children": [
{
"type": "row",
"children": [
{
"type": "column",
"children": [
{
"type": "tile",
"children": [
{
"type": "a.timetable",
"id": "timetable",
"pixelsPerMin": 5,
"hourColumnInterval": 10,
"columns": [
{
"idResourceType": 2
},
{
"idResourceType": 3
},
{
"idResourceType": 1,
"idResource": 1,
"width": 60
},
{
"idResourceType": 1,
"idResource": 2,
"width": 60
}
],
"onReservationClick": {
"target": "pos",
"command": "refresh",
"readArgs": "idSale"
}
}
]
}
]
},
{
"type": "column",
"width": "100%",
"children": [
{
"type": "tile",
"children": [
{
"type": "a.pos",
"id": "pos"
}
]
}
]
},
{
"type": "column",
"children": [
{
"type": "tile",
"height": "350px",
"children": [
{
"type": "a.dayselect",
"onClick": {
"target": "timetable",
"command": "setDate"
}
}
]
}
]
}
]
}
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment