/** * lists all applications in appdir. * for active apps use this.getApplications() = helma.main.Server.getApplications() */ function getAllApplications() { var appsDir = this.getAppsHome(); var dir = appsDir.list(); var arr = new Array(); for ( var i=0; i