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

Worked, thanks!

2

try latest version from trunk

3

First, awesome script.  Extremely functional and easy to implement!
I'm having trouble getting anything in the initialization function to actually work.  even:

        tree = new Mif.Tree({
            initialize: function(){
                alert('x');
                this.initCheckbox('deps');
            },
            container: $('tree'),
            dfltType:'folder',
            height: 18
        });

doesn't alert anything and checkboxes are not present.  Not sure what i'm missing here.