Nice
... thank you Moro
All fields labelled (Required) must be completed before the form is submitted.
You are not logged in. Please login or register.
Mifjs forum — Mif.Tree, Mif.Menu » Feature requests » Mif.Menu: unable to get the current event object whent events fired » Post new reply
All fields labelled (Required) must be completed before the form is submitted.
Nice
... thank you Moro
show event argument added commit 329fc2e1b
Hi,
I'm unable to get the current event object whent events fired.
I mean that for example when 'show' event is fired event object passed as argument.
In my case I use event delegation and I need this to be able to open correct menu.
In Mif.Menu.js file on line 66 to do the job I've replaced :
return this.fireEvent('show');
by
return this.fireEvent('show', [ coords.event ]);
Thank you
Powered by PunBB