www/js/prod_inprod.js

changeset 150
159d7a89fcef
parent 119
ae5e8d740173
child 151
2c9cfe2f0860
equal deleted inserted replaced
149:ff45488d480e 150:159d7a89fcef
60 filtermode: 'excel', 60 filtermode: 'excel',
61 columns: [ 61 columns: [
62 { text: 'Datum', datafield: 'birth', width: 120 }, 62 { text: 'Datum', datafield: 'birth', width: 120 },
63 { text: 'Code', datafield: 'code', width: 120 }, 63 { text: 'Code', datafield: 'code', width: 120 },
64 { text: 'Naam', datafield: 'pname' }, 64 { text: 'Naam', datafield: 'pname' },
65 { text: 'Fase', datafield: 'stage', width: 150 }, 65 { text: 'Fase', datafield: 'stage', width: 130 },
66 { text: 'Wijzig', datafield: 'Edit', width: 120, align: 'center', columntype: 'button', cellsrenderer: function () { 66 { text: 'Wijzig', datafield: 'Edit', width: 120, align: 'center', columntype: 'button', cellsrenderer: function () {
67 return "Wijzig"; 67 return "Wijzig";
68 }, buttonclick: function (row) { 68 }, buttonclick: function (row) {
69 var datarecord = dataAdapter.records[row]; 69 var datarecord = dataAdapter.records[row];
70 var url= "prod_edit.php?record=" + datarecord.record + "&select=inprod&return=prod_inprod.php"; 70 var url= "prod_edit.php?record=" + datarecord.record + "&select=inprod&return=prod_inprod.php";

mercurial