git add stuff
This commit is contained in:
31
simpla/design/js/jstree/README.md
Normal file
31
simpla/design/js/jstree/README.md
Normal file
@@ -0,0 +1,31 @@
|
||||
# jstree
|
||||
|
||||
[jsTree](http://www.jstree.com/) is jquery plugin, that provides interactive trees. It is absolutely free, [open source](https://github.com/vakata/jstree) and distributed under the MIT license.
|
||||
|
||||
jsTree is easily extendable, themable and configurable, it supports HTML & JSON data sources, AJAX & async callback loading.
|
||||
|
||||
jsTree functions properly in either box-model (content-box or border-box), can be loaded as an AMD module, and has a built in mobile theme for responsive design, that can easily be customized. It uses jQuery's event system, so binding callbacks on various events in the tree is familiar and easy.
|
||||
|
||||
You also get:
|
||||
* drag & drop support
|
||||
* keyboard navigation
|
||||
* inline edit, create and delete
|
||||
* tri-state checkboxes
|
||||
* fuzzy searching
|
||||
* customizable node types
|
||||
|
||||
_For more information, examples and API docs head on over to [the wiki page](https://github.com/vakata/jstree/wiki) and [jstree.com](http://www.jstree.com)_.
|
||||
_Feel free to ask any questions on the [discussions board](https://github.com/vakata/jstree/discussions)._
|
||||
_The PHP demos are now in a [separate repository](https://github.com/vakata/jstree-php-demos)._
|
||||
|
||||
## License & Contributing
|
||||
|
||||
_Please do NOT edit files in the "dist" subdirectory as they are generated via grunt. You'll find source code in the "src" subdirectory!_
|
||||
|
||||
If you want to you can always [sponsor me](https://github.com/sponsors/vakata) or [donate a small amount][paypal] to help the development of jstree.
|
||||
|
||||
[paypal]: https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=paypal@vakata.com¤cy_code=USD&amount=&return=http://jstree.com/donation&item_name=Buy+me+a+coffee+for+jsTree
|
||||
|
||||
Copyright (c) 2020 Ivan Bozhanov (http://vakata.com)
|
||||
|
||||
Licensed under the [MIT license](http://www.opensource.org/licenses/mit-license.php).
|
||||
9512
simpla/design/js/jstree/jstree.js
Normal file
9512
simpla/design/js/jstree/jstree.js
Normal file
File diff suppressed because it is too large
Load Diff
3
simpla/design/js/jstree/jstree.min.js
vendored
Normal file
3
simpla/design/js/jstree/jstree.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
BIN
simpla/design/js/jstree/themes/default-dark/32px.png
Normal file
BIN
simpla/design/js/jstree/themes/default-dark/32px.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.5 KiB |
BIN
simpla/design/js/jstree/themes/default-dark/40px.png
Normal file
BIN
simpla/design/js/jstree/themes/default-dark/40px.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.4 KiB |
1150
simpla/design/js/jstree/themes/default-dark/style.css
Normal file
1150
simpla/design/js/jstree/themes/default-dark/style.css
Normal file
File diff suppressed because it is too large
Load Diff
1
simpla/design/js/jstree/themes/default-dark/style.min.css
vendored
Normal file
1
simpla/design/js/jstree/themes/default-dark/style.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
BIN
simpla/design/js/jstree/themes/default-dark/throbber.gif
Normal file
BIN
simpla/design/js/jstree/themes/default-dark/throbber.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.4 KiB |
BIN
simpla/design/js/jstree/themes/default/32px.png
Normal file
BIN
simpla/design/js/jstree/themes/default/32px.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.5 KiB |
BIN
simpla/design/js/jstree/themes/default/40px.png
Normal file
BIN
simpla/design/js/jstree/themes/default/40px.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.2 KiB |
1106
simpla/design/js/jstree/themes/default/style.css
Normal file
1106
simpla/design/js/jstree/themes/default/style.css
Normal file
File diff suppressed because it is too large
Load Diff
1
simpla/design/js/jstree/themes/default/style.min.css
vendored
Normal file
1
simpla/design/js/jstree/themes/default/style.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
BIN
simpla/design/js/jstree/themes/default/throbber.gif
Normal file
BIN
simpla/design/js/jstree/themes/default/throbber.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.4 KiB |
Reference in New Issue
Block a user