Created
April 11, 2011 14:54
-
-
Save Kalyse/913645 to your computer and use it in GitHub Desktop.
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
var layout = [ | |
{ | |
cells: [ | |
{ field: "seasonName", name:"Season Name", datatype:"string", width: "12", editable: true}, | |
{ field: "startDate", name:"Start Date", width:12}, | |
{ field: "endDate", name:"End Date", width:12}, | |
{ field: "weekNight", name:"Week Night", datatype:"float", width: 7}, | |
{ field: "weekendNight", name:"Weekend Night", datatype:"float", width: 7}, | |
{ field: "weekly", name:"Weekly", datatype:"float", width: 7}, | |
{ field: "Monthly", name:"Monthly", datatype:"float", width: 7}, | |
{ field: "extraNight", name:"Extra Night", datatype:"float", width: 7}, | |
{ field: "minStay", name:"Min Stay", datatype:"integer", width: 7} | |
] | |
} ]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment