Guest User

Untitled

a guest
Dec 16th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. var layout = [
  2. { field: "code", name: "Code",width: "25%",editable:true,styles: 'text-align: center;',type:dojox.grid.cells.Select,options: selectOptions},
  3. { field: "startdate", name: "Start Date",width: "25%",styles: 'text-align: center;',editable: true,type:com.att.whsd.controls.GridCombineDateTimeTextBox,formatter:formatDate},
  4. { field: "enddate", name: "End Date",width: "25%",styles: 'text-align: center;',editable: true,type:com.att.whsd.controls.GridCombineDateTimeTextBox,formatter: formatDate},
  5. { field: "hours",id:"jephours", name: "Total Days/Hours",width: "25%",styles: 'text-align: center;',type:dojox.grid.focus,editable: false},
  6.  
  7. ];
Add Comment
Please, Sign In to add comment