PCHD#27790: Uitbreiding factuurscherm (flexkenmerken).
svn path=/Website/trunk/; revision=19739
This commit is contained in:
@@ -46,7 +46,7 @@ function hideAllInlineDetails(ID)
|
||||
resizeWhenInIFrame();
|
||||
}
|
||||
|
||||
function showInlineDetails(thisTD, strfnURL)
|
||||
function showInlineDetails(thisTD, strfnURL, position)
|
||||
{
|
||||
var thisTR = thisTD.parentNode;
|
||||
var thisTRid = thisTR.id;
|
||||
@@ -65,7 +65,9 @@ function showInlineDetails(thisTD, strfnURL)
|
||||
var theCell = newRow.insertCell(1);
|
||||
theCell.innerHTML = L("lcl_shared_loading");
|
||||
theCell.colSpan=thisTR.children.length - 2;
|
||||
newRow.insertCell(1);
|
||||
if (position == null) position = 3;
|
||||
for (var i = 0; i < position - 2; i++)
|
||||
newRow.insertCell(1);
|
||||
var xurl = eval(strfnURL).call(null, thisTR);
|
||||
$.ajaxSetup({ cache: true });
|
||||
theCell.id = "tdinline";
|
||||
|
||||
Reference in New Issue
Block a user