Hello , i want to modify the UI of the Openmeetings, and i want to change the background of the top one( pls see the pic in the e-mail attachments):
so which class i can find it ?
i got a class from main.lzx :
<!-- View for Conference menu bar at the top side. Visible on conference -->
<view name="_conferencemenu" y="0" x="0" width="100%" height="20"
bgcolor="$once{ canvas.baseMousecolorizer }" visibility="hidden" >
<method name="removeAll">
<![CDATA[
if($debug) Debug.write("main.lzx/_coferencemenu.removeAll(): ");
while (this.subviews.length > 0) {
this.subviews[0].destroy();
}
]]>
</method>
</view>
but , seems not it...
so pls help me....
--
You received this message because you are subscribed to the Google Groups
"OpenMeetings User" 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-user?hl=en.
<<attachment: Image.jpg>>
