Skip to forum content
Mif
— mystic javascript interface
You are not logged in. Please login or register.
Active topics Unanswered topics
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.
Topic review (newest first)
try this
tree = new Mif.Tree({
container: $(containerid),
forest: true,
initialize: function(){
....
....
},
types: {
....
},
dfltType:'folder',
height: 18,
....
....
}).addEvent('load', function(){
alert('start')
})
});
Hi,
Is there an onComplete event? I need to run another function after the tree as finished loading...how do I do it?
Thanks
Adriaan