Changes between Version 3 and Version 4 of SopUseJQuerytree


Ignore:
Timestamp:
2012-01-10T16:55:28+01:00 (12 years ago)
Author:
antonak
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SopUseJQuerytree

    v3 v4  
    33
    44= Location =
    5 
    65
    76{{{
     
    1514}}}
    1615
    17 JQueryTreeView.java contains the constructor , renderTree() and toHtml().
    18 The function renderTree() is used by toHtml() is order to print each specific node to html <li>.The function toHtml() is actually serving the whole tree if called . Contains the css and js references as well as the jquery functionality.
    19 About the tree: No Nodes collapsed explicitly. Node is manually closed then by giving its LI element a "closed"(/opened) CSS class.
    20 The animation is enabled, and the speed is "normal" (this can be modified). "Cookie" persistence enabled, causing the current tree state to be persisted. Dynamically adding a sub tree to the existing tree demonstrated.
     16* JQueryTreeView.java contains the constructor , renderTree() and toHtml().
     17* The function renderTree() is used by toHtml() is order to print each specific node to html <li>.The function toHtml() is actually serving the whole tree if called . * * Contains the css and js references as well as the jquery functionality.
     18** About the tree: No Nodes collapsed explicitly. Node is manually closed then by giving its LI element a "closed"(/opened) CSS class.
     19** The animation is enabled, and the speed is "normal" (this can be modified). "Cookie" persistence enabled, causing the current tree state to be persisted.
     20** Dynamically adding a sub tree to the existing tree demonstrated.
    2121
    2222