works great, thank you
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 » Help » Any way to add/remove droppables objects after loading miftree? » Post new reply
All fields labelled (Required) must be completed before the form is submitted.
works great, thank you
try:
tree.drag.setDroppables
What im doing wrong? (im testing it in onload event)
tree = new Mif.Tree({
container: $(containerid),
forest: true,
initialize: function(){
....
},
types: {
....
})
.addEvent('load', function(){
tree.setDroppables([...]);
}
);
// return
Error: tree.setDroppables is not a function
Thanks for help and patience
try setDroppables(new_drop_objects)
Hi,
i would like to drag&drop node to object/s which does not exists when the mif.tree is generated. These objects are loaded with ajax.
Is there any solution to add these object/s to mif.tree droppables after ajax load?
Thank you
P.S. great work on MIF tree and menu
Powered by PunBB