miftree icon indicating copy to clipboard operation
miftree copied to clipboard

MooTools Tree control

Results 14 miftree issues
Sort by recently updated
recently updated
newest added

Hi, I'm using your lib for a very long time. And I've got a need about checkbox behavior. Currently, your lib has 2 modes: simple and deps. But I need...

Mootools 1.4.5 - should be fine thru 1.6.0 - let me know if you test https://github.com/CNSKnight/miftree

Basically a duplicate of pull request #10, but to master branch. Feel free to close whichever one you don't want :)

IE and Chrome did not render the documentation because the title tag of index.html was not closed (double open). I fixed this. Thansk.

This should update the 'Core' section of the javascript to use Mootools 1.3. I'm also using the Checkbox from More and that seems to have no issues that need changing....

if I am not scrolled to the very top of my mif tree, the location of the mif-tree-pointer appears to be offset.

Hi everyone, I had this error using mootools ver 1.4.5 and fixed by replace lines Implements: [new Events, new Options], with Implements: [Events,Options], 2 lines need to replace Enjoy!

Hello, Considering and empty forest tree, in 'initCheckbox' method I get an 'node.getFirst() is null' error. To solve it it's just necesary to check if node.getFirst() != null before node.getFirst().setParentCheckbox(1);

Add support for MooTools v1.4 Not sure how to turn this into a pull-request to a new branch. There is a v1.4 branch at https://github.com/rrehbeindoi/miftree