mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 00:12:15 +00:00
- Weiterbildung aktualisiert
- Weiterentwicklung Lehrveranstaltung-Modul
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user