Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 5th, 2012  |  syntax: None  |  size: 0.48 KB  |  hits: 14  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. var gridLayout = [
  2.                     {name : "ID", field : "id", hidden: 'true'},
  3.                     {name : "Firma", field : "firma", width : "115px"},
  4.                     {name : "aktiv", field : "active", width: "30px",  align: 'center'},
  5.                     {name : "Debitor-Nr", field: 'debitor_nr', width: '60px'},
  6.                     {name : "Lieferanten-Nr.", field: 'delivery_nr_by_customer', width: '75px'}
  7.  
  8.         ];
  9. gridLayout = {name : " ",field : "edit", width: "20px"};