|
@@ -172,6 +172,9 @@ function generateTableRow(data, parameters, tableId, rowId){
|
|
input.id = row.selectId;
|
|
input.id = row.selectId;
|
|
input.onchange=function(){row.callback(parameters,rowId)};
|
|
input.onchange=function(){row.callback(parameters,rowId)};
|
|
cell.appendChild(input);
|
|
cell.appendChild(input);
|
|
|
|
+ if (debug)
|
|
|
|
+ print(parameters.config,"generateTableRow: end");
|
|
|
|
+
|
|
}
|
|
}
|
|
|
|
|
|
function generateListAndPopulateDaughterSelect(parameters,rowId){;}
|
|
function generateListAndPopulateDaughterSelect(parameters,rowId){;}
|