Hi, is there way I can have multiple listeners under one click? for example, i would like to add a tab and also change the icon of the menuitem from 'Application' to 'Tick'?
Thanks in advance for your help!

 <ext:MenuItem ID="MenuItem2" runat="server" Text="Test" Icon="Application">


<Listeners>


<Click Handler="addTab(#{TabPanel1}, 'Test', 'Test.aspx');" />


</Listeners>





</ext:MenuItem>