Revision: 3848
Author: seba.wagner
Date: Tue Jun 21 10:34:47 2011
Log: Slight modifications for customRoomLayout
http://code.google.com/p/openmeetings/source/detail?r=3848
Modified:
/trunk/singlewebapp/WebContent/openmeetings/modules/invitation/autoloaderBarOnly.lzx
=======================================
---
/trunk/singlewebapp/WebContent/openmeetings/modules/invitation/autoloaderBarOnly.lzx
Tue Jun 21 09:57:41 2011
+++
/trunk/singlewebapp/WebContent/openmeetings/modules/invitation/autoloaderBarOnly.lzx
Tue Jun 21 10:34:47 2011
@@ -104,7 +104,7 @@
<netparam><method name="getValue">return
canvas.lastName;</method></netparam>
<handler name="ondata" args="value">
//The onResult-Handler will be called be the rtmpconnection
- if ($debug) Debug.write("setUsername: ",value);
+ if ($debug) Debug.write("setUsername:
value, ",canvas.thishib.currentInvitation.room.roomtype.roomtypes_id);
clearStageContent();
parent.close();
if
(canvas.thishib.currentInvitation.room.roomtype.roomtypes_id==1){
@@ -121,6 +121,10 @@
} else if
(canvas.thishib.currentInvitation.room.roomtype.roomtypes_id==4){
+ new
lz.testSetup(canvas,{isDirectLink:true,roomClassName:canvas.interviewRoomModule,roomObj:canvas.thishib.currentInvitation.room});
+
+ } else if
(canvas.thishib.currentInvitation.room.roomtype.roomtypes_id==5){
+
new
lz.testSetup(canvas,{isDirectLink:true,roomClassName:canvas.customRoomModule,roomObj:canvas.thishib.currentInvitation.room});
}
--
You received this message because you are subscribed to the Google Groups
"OpenMeetings developers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/openmeetings-dev?hl=en.