| Issue 300: | Possible to add "values" using "Initializing the tree structure from a <ul> element" | |
| 1 person starred this issue and may be notified of changes. | Back to list |
Hi
I am not sure if this is possible or not but can you set a value for the checkboxes by using the "Initializing the tree structure from a <ul> element" way?
If not can this be added as I am not sure what the purpose of having the tree view and rendering it this way if you can't post the choices back to the server
<div id="tree">
<ul>
<li id="key1" title="Look, a tool tip!">item1 with key and tooltip
<li id="key2" class="selected">item2: selected on init
<li id="key3" class="folder">Folder with some children
<ul>
<li id="key3.1">Sub-item 3.1
<li id="key3.2">Sub-item 3.2
</ul>
<li id="key4" class="expanded">Document with some children (expanded on init)
<ul>
<li id="key4.1">Sub-item 4.1
<li id="key4.2">Sub-item 4.2
</ul>
<li id="key5" class="lazy folder">Lazy folder
</ul>
</div>
For each "li" I would like to add the value to it so when I post(by serializing the form) I have the values.
Oct 6, 2012
(No comment was entered for this change.)
Labels:
-Milestone-Release1.2.2 Milestone-Release1.2.x
Jan 26, 2013
(No comment was entered for this change.)
Labels:
-Milestone-Release1.2.x Milestone-Release2.0
Oct 6, 2013
Closing 'Waiting' issues without timely answer
Status:
Done
|
Labels: Milestone-Release1.2.2