"; for (var i = 0; i < this.currentusers.length; i++) { tString += this.currentusers[i].firstname + " " + this.currentusers[i].lastname + " (" + this.currentusers[i].username + ") " + canvas.getLabelName(399) + parseDateToStringTime(this.currentusers[i].roomEnter) + "
"; } this._labeltooltip.setAttribute('text', tString); } ]]>
if (obj != null) { canvas.isConference = !this.isaudience; if (this.isaudience) connectedIsAudience = '_' + 'audi'; if (this.ispublic) { hib.conferencedomain = "public"; hib.currentroomid = this.obj.rooms_id; } else { hib.conferencedomain = this.obj.organisation.organisation_id; hib.currentroomid = this.obj.room.rooms_id; } } parent.parent.parent.parent.parent._roomlistdetails.doinit( this.currentusers, this.roomid, this.roomname, this.roomcomment); if (this.obj == null) { this.getRoomByOwnerAndType.doCall(); } else { this.initRoom(); } return canvas.sessionId; return parent.parent.roomType; return parent.parent.roomname; if ($debug) Debug.write("roomListItem::initRoom ", this); canvas.isConference = !this.isaudience; if (this.isaudience) connectedIsAudience = '_' + 'audi'; if (this.ispublic) { var roomObj = this.obj; hib.conferencedomain = "public"; hib.currentroomid = this.obj.rooms_id; //Debug.write("ispublic"); } else { var roomObj = this.obj.room; hib.conferencedomain = this.obj.organisation.organisation_id; hib.currentroomid = this.obj.room.rooms_id; //Debug.write("non ispublic"); } if (this.roomType == 1) { this.roomClassName = canvas.conferenceRoomModule; } else if (this.roomType == 2) { new lz.labelerrorPopup(canvas,{error:'No RoomType currently available for roomTypeId 2'}); this.roomClassName = canvas.restrictedRoomModule; } else if (this.roomType == 3) { this.roomClassName = canvas.restrictedRoomModule; } else if (this.roomType == 4) { this.roomClassName = canvas.interviewRoomModule; } else if (this.roomType == 5) { this.roomClassName = canvas.customRoomModule; } else { if ($debug) Debug.warn("Not known RoomType: ",this.roomType); } //the conferencedomain is no more interesting, swagner 07.10.2009 //if ($debug) Debug.write("hib.conferencedomain: ", hib.conferencedomain); if ($debug) Debug.write("Test Setup ",this.roomClassName); new lz.testSetup(canvas,{roomClassName:this.roomClassName,roomObj:roomObj}); return parent.parent.roomid;