forked from creaven/miftree
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.yml
42 lines (28 loc) · 1005 Bytes
/
package.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
name: Mif.Tree
web: [http://mifjs.net/tree/](http://mifjs.net/tree/)
description: javascript tree for web applications
authors: [Anton Samoylov](http://mifjs.net)
license: MIT License
copyright: © [Anton Samoylov](http://mifjs.net)
author: magmoro
category: Interface
tags: [tree, application]
sources:
- "Source/Core/Mif.Tree.js"
- "Source/Core/Mif.Tree.Node.js"
- "Source/Core/Mif.Tree.Load.js"
- "Source/Core/Mif.Tree.Draw.js"
- "Source/Core/Mif.Tree.Hover.js"
- "Source/Core/Mif.Tree.Selection.js"
- "Source/Core/Mif.Tree.mootools-patch.js"
- "Source/More/Mif.Tree.KeyNav.js"
- "Source/More/Mif.Tree.Sort.js"
- "Source/More/Mif.Tree.Drag.js"
- "Source/More/Mif.Tree.Drag.Element.js"
- "Source/More/Mif.Tree.Transform.js"
- "Source/More/Mif.Tree.Rename.js"
- "Source/More/Mif.Tree.Checkbox.js"
- "Source/More/Mif.Tree.CookieStorage.js"
demo: http://mifjs.net/tree/Demos/index.html
docs: http://mifjs.net/tree/Docs/index.html
current: 1.2.6.4