- Implementing the creation of objects on the fly when editing an extrernal key... still to be fully tested.

SVN:trunk[955]
This commit is contained in:
Denis Flaven
2010-11-22 10:44:43 +00:00
parent d098bae484
commit 0306c6691a
9 changed files with 501 additions and 51 deletions

View File

@@ -231,6 +231,7 @@ function ValidateCKEditField(sFieldId, sPattern, bMandatory, sFormId, nullValue)
setTimeout(function(){ValidateCKEditField(sFieldId, sPattern, bMandatory, sFormId, nullValue);}, 500);
}
/*
function UpdateDependentFields(aFieldNames)
{
//console.log('UpdateDependentFields:');
@@ -248,6 +249,7 @@ function UpdateDependentFields(aFieldNames)
}
oWizardHelper.AjaxQueryServer();
}
*/
function ResetPwd(id)
{