Skip to content

Instantly share code, notes, and snippets.

@scorredoira
Created June 1, 2018 17:59
Show Gist options
  • Select an option

  • Save scorredoira/b5dd1b53efde9d4eba223f5c07217c96 to your computer and use it in GitHub Desktop.

Select an option

Save scorredoira/b5dd1b53efde9d4eba223f5c07217c96 to your computer and use it in GitHub Desktop.
timetable view demo
{
"type": "a.adminview",
"path": "/timetable",
"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": [
{
"width": 40,
"idResourceType": 2
},
{
"width": 40,
"idResourceType": 3
},
{
"idResourceType": 1,
"idResource": 1
},
{
"idResourceType": 1,
"idResource": 2
}
]
}
]
}
]
},
{
"type": "column",
"children": [
{
"type": "tile",
"height": "330px",
"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