Created
June 1, 2018 17:59
-
-
Save scorredoira/b5dd1b53efde9d4eba223f5c07217c96 to your computer and use it in GitHub Desktop.
timetable view demo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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