- Weiterbildung aktualisiert

- Weiterentwicklung Lehrveranstaltung-Modul
This commit is contained in:
Andreas Österreicher
2007-03-13 16:49:17 +00:00
parent b9b7cc6904
commit 2da4727cfb
12 changed files with 307 additions and 96 deletions
+9
View File
@@ -93,4 +93,13 @@ function ParseReturnValue(response)
this.dbdml_return = false;
this.dbdml_errormsg = getTargetHelper(dsource, subject, rdfService.GetResource( predicateNS + "#errormsg" ));
this.dbdml_data = getTargetHelper(dsource, subject, rdfService.GetResource( predicateNS + "#data" ));
//debug('data:'+this.dbdml_data+' errormsg:'+this.dbdml_errormsg+' return:'+this.dbdml_return );
}
// ****
// * Zeigt einen Text in der Statusbar an
// ****
function SetStatusBarText(text)
{
document.getElementById('statusbarpanel-text').label=text;
}