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

What occurs is that take a long time to init everything ...
I've got 3 treeview with php JSON datas to fillup each and much more javascript to handle everything I need.

It would be nice to have some mechanism to lock the tree meanwhile is not totaly ready.

2

this.key should work, this.key.control - true if ctrl pressed.

3

how can I  key into dndCustomAction ?

I would like to handle  alt/ctrl in dndCustomAction method to be able to copy or move in some particular case.
I've tried "this.key" but doesn't works.

Thank you