dorizo / jquery-option-tree

Automatically exported from code.google.com/p/jquery-option-tree
0 stars 0 forks source link

Feature request - option to display expanded tree for particular value (previously selected) #9

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
A way to preselect value and display "expanded" option tree accordingly would 
be welcome addition.

Original issue reported on code.google.com by henrijs....@gmail.com on 12 Mar 2012 at 10:22

GoogleCodeExporter commented 8 years ago
for example, I want option with value 7 to be preselected, here is tree data 
example

- Item A (1)
  - Subitem (2)
    - Subsubitem (5)
    - Subsubitem (6)
  - Subitem B (3)
    - Subsubitem C (7)
  - Subitem (4)

and widget would look like this, already expanded for user to see previous 
selection

Item A > Subitem B > Subsubitem C

Original comment by henrijs....@gmail.com on 12 Mar 2012 at 10:26