Add tooltip for Issue 221
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@2726 af16638f-c34d-0410-8cfa-b39d5352b314
This commit is contained in:
parent
cf124f873f
commit
cc7fe5bf21
@ -22,7 +22,8 @@
|
|||||||
|
|
||||||
<mx:Button xmlns:mx="http://www.adobe.com/2006/mxml"
|
<mx:Button xmlns:mx="http://www.adobe.com/2006/mxml"
|
||||||
icon="{phoneIcon}" click="startPhone()"
|
icon="{phoneIcon}" click="startPhone()"
|
||||||
xmlns:mate="http://mate.asfusion.com/">
|
xmlns:mate="http://mate.asfusion.com/"
|
||||||
|
toolTip="Start My Microphone">
|
||||||
|
|
||||||
<mate:Listener type="{CallConnectedEvent.CALL_CONNECTED_EVENT}" method="handleCallConnectedEvent"/>
|
<mate:Listener type="{CallConnectedEvent.CALL_CONNECTED_EVENT}" method="handleCallConnectedEvent"/>
|
||||||
<mate:Listener type="{CallDisconnectedEvent.CALL_DISCONNECTED_EVENT}" method="handleCallDisconnectedEvent"/>
|
<mate:Listener type="{CallDisconnectedEvent.CALL_DISCONNECTED_EVENT}" method="handleCallDisconnectedEvent"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user