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

I've spend couple of hours, Trying different ways to to that, until i try to replace js class from the archive you attached. Now  it works great, I had old  version before. Thanky you very very much

regards
Paul

2

dragDisabled property works for me, demo, archive

3

hmm, it seems it doesn't work:/
I tried something with dragDisabled

onDrag: function(){
                    var node=tree.selected;
                        if (node.isRoot() = true)
                            this.dragDisabled = true;
                        }

but i quess it is incorrect form,
I will be appreciate for any help

thanks
Paul

4

try add dragDisabled=true property

tree.root.set({property:{dragDisabled: true}});

5

Hello, I need to set each root node to disable dragging. Is it possible any way?
Thanks for any help

regards
Paul