Skip to forum content

Mif

— mystic javascript interface

You are not logged in. Please login or register.


Post new reply

Post new reply

Compose and post your new reply

You may use: BBCode Images Smilies

All fields labelled (Required) must be completed before the form is submitted.

Required information for guests



Captcha image. Turn pictures on to see it.
Required information
Optional post settings

Topic review (newest first)

1

can't reproduce, works for me.

2

works only if  I don't use Drag'N Drop

3

try add

tree.addEvent('select', function(){
    myMenu.hide();
})

4

Hello,

I've implemented Mif.Menu+Mif.tree  contextual menu.
When I open the menu (with right or left+ctrl click)  and I choose another tree item (on blur current selected node)  the menu is never closed
How to close contextual Mif.Menu when you select another tree node ?

Regards