cubicweb/web/data/jquery-treeview/readme.md
changeset 11057 0b59724cb3f2
parent 10100 6718c03f8938
equal deleted inserted replaced
11052:058bb3dc685f 11057:0b59724cb3f2
       
     1 # jQuery Treeview
       
     2 
       
     3 Lightweight and flexible transformation of an unordered list into an expandable and collapsable tree, great for unobtrusive navigation enhancements. Supports both location and cookie based persistence.
       
     4 
       
     5 Provides some options for customizing, an async-tree extension and an experimental sortable extension.
       
     6 
       
     7 ![screenshot](https://raw.github.com/jzaefferer/jquery-treeview/master/screenshot.png)
       
     8 
       
     9 ### Note that this project is not actively maintained anymore.  
       
    10 Check out [jqTree](http://mbraak.github.com/jqTree/) for a more up to date plugin.
       
    11 
       
    12 ---
       
    13 
       
    14 #### [Demo](http://jquery.bassistance.de/treeview/demo/)
       
    15 
       
    16 #### [Download](https://github.com/jzaefferer/jquery-treeview/zipball/1.4.1)
       
    17 
       
    18 #### [Changelog](https://raw.github.com/jzaefferer/jquery-treeview/master/changelog.md)
       
    19 
       
    20 
       
    21 ## Todo
       
    22 
       
    23 ### 1.5
       
    24 - Add classes and rules for root items
       
    25 - Lazy-loading: render the complete tree, but only apply hitzones and hiding of children to the first level on load
       
    26 - Async treeview
       
    27   - Support animations
       
    28   - Support persist options
       
    29 
       
    30 
       
    31 ## Documentation
       
    32 
       
    33 ```javascript
       
    34 .treeview( options )
       
    35 ```
       
    36 
       
    37 Takes an unordered list and makes all branches collapsable. The "treeview" class is added if not already present. To hide branches on first display, mark their li elements with the class "closed". If the "collapsed" option is used, mark initially open branches with class "open".
       
    38 
       
    39 
       
    40 ## License
       
    41 
       
    42 Copyright (c) 2007 Jörn Zaefferer
       
    43 
       
    44 Dual licensed under the MIT and GPL licenses:
       
    45 
       
    46 - http://www.opensource.org/licenses/mit-license.php
       
    47 - http://www.gnu.org/licenses/gpl.html