this.finishedTabsQuantity = this.finishedTabsQuantity + 1; if (this.finishedTabsQuantity == 3) { if (clickedButton != null) { lz.Cursor.unlock(); clickedButton.onclick.sendEvent(); } } _mainScrollBar.setAttribute("visibility","hidden"); switch (this.params) { case "publicTabButton": doSelection(this._tabbar.publicTabButton); break; case "privateTabButton": doSelection(this._tabbar.privateTabButton); break; case "myTabButton": doSelection(this._tabbar.myTabButton); break; } _mainScrollBar.setAttribute("visibility","visible"); if (this.refObjItem != null) { this.refObjItem.deselect(); } this.refObjItem = objRef; switch (this.refObjItem.name) { case "publicTabButton": this._conferences.PublicMeetings.setAttribute("visibility","visible"); this._conferences.PrivateMeetings.setAttribute("visibility","hidden"); this._conferences.MyMeetings.setAttribute("visibility","hidden"); break; case "privateTabButton": this._conferences.PublicMeetings.setAttribute("visibility","hidden"); this._conferences.PrivateMeetings.setAttribute("visibility","visible"); this._conferences.MyMeetings.setAttribute("visibility","hidden"); break; case "myTabButton": this._conferences.PublicMeetings.setAttribute("visibility","hidden"); this._conferences.PrivateMeetings.setAttribute("visibility","hidden"); this._conferences.MyMeetings.setAttribute("visibility","visible"); break; } 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;