this.finishedTabsQuantity = this.finishedTabsQuantity + 1; if (this.finishedTabsQuantity == 3) { if (clickedButton != null) { lz.Cursor.unlock(); clickedButton.onclick.sendEvent(); } } _mainScrollBar.setAttribute("visibility","hidden"); _mainScrollBar.setAttribute("visibility","visible"); //canvas._chatcontentRPC = null; //canvas.thishib.removeClientFromChatNotification.doCall(); if (this.refObjItem != null) { this.refObjItem.deselect(); } this.refObjItem = objRef; if (this.refObjItem.name == "publicTabButton"){ this._conferences.PublicMeetings.setAttribute("visibility","visible"); this._conferences.PrivateMeetings.setAttribute("visibility","hidden"); this._conferences.MyMeetings.setAttribute("visibility","hidden"); } else if (this.refObjItem.name == "privateTabButton"){ this._conferences.PublicMeetings.setAttribute("visibility","hidden"); this._conferences.PrivateMeetings.setAttribute("visibility","visible"); this._conferences.MyMeetings.setAttribute("visibility","hidden"); } else if (this.refObjItem.name == "myTabButton"){ this._conferences.PublicMeetings.setAttribute("visibility","hidden"); this._conferences.PrivateMeetings.setAttribute("visibility","hidden"); this._conferences.MyMeetings.setAttribute("visibility","visible"); } this.refObjItem.select(); for (var eg in this.subviews) { this.subviews[eg].deselect(); } this.publicTabButton.select(); if ($debug) Debug.write("removeClientFromChatNotification: ",value); this.parent.destroy(); canvas.thishib.roomtype = "public"; this.getRoomsPublicWithoutType.doCall(); return canvas.sessionId; canvas.thishib.roomtype = "private"; this.getRoomsByOrganisationWithoutType.doCall(); return canvas.sessionId; return hib.currentdomainObj.organisation_id; canvas.thishib.roomtype = "public"; new lz.roomListItem(this.inn.inn.inn,{ roomType:1, ispublic:true, roomname : canvas.getLabelName(1306) }); new lz.roomListItem(this.inn.inn.inn,{ roomType:3, ispublic:true, roomname : canvas.getLabelName(1307) }); this.getAppointedMeetingRoomsWithoutType.doCall(); return canvas.sessionId;