Skip to content

Instantly share code, notes, and snippets.

@canonic-epicure
Created August 3, 2011 09:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save canonic-epicure/1122226 to your computer and use it in GitHub Desktop.
Save canonic-epicure/1122226 to your computer and use it in GitHub Desktop.
dayAndWeek : {
columnWidth : 100, // by default for horizontal
rowHeight : 24, // Only used in horizontal orientation
orientation : {
horizontal : {
columnWidth : 10,
rowHeight : 24
},
vertical : {
columnWidth : 150,
rowHeight : 50
}
},
// or may be
columnWidth : {
vertical : 100,
horizontal : 50
},
rowHeight : {
vertical : 50,
horizontal : 24
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment