| Issue 351: | Add example on embedding dynatree into forms without using AJAX POST | |
| 2 people starred this issue and may be notified of changes. | Back to list |
Examples page already have an example of embed in forms but it uses an Ajax Post to submit the form. My suggestion is to add an example to embed it in the form without using AJAX post but instead the "normal" way of submitting forms (via POST). This should mean converting the "tree.serializeArray()" to hidden input fields and then submitting the form. This is useful because sometimes you just can't use an AJAX POST to maintain other features of your page, for example, you want to forward to a new page, showing form errors, etc.
Aug 22, 2012
#2
alfa...@gmail.com
Aug 26, 2012
(No comment was entered for this change.)
Status:
Accepted
Labels: Milestone-Release1.2.2
Oct 3, 2012
here's a sample that could be used in the docs https://groups.google.com/d/msg/dynatree/KVDcUBmXhBM/q4bcNerLW3IJ
Oct 7, 2012
(No comment was entered for this change.)
Labels:
-Milestone-Release1.2.2 Milestone-Release1.2.x
May 1, 2014
As of 2014 Dynatree is feature frozen. Please have a look at Fancytree (sequel of DynaTree 1.x): chances are good that the problem was resolved / the requested featuer is already implemented. Please open a new issue there otherwise: https://github.com/mar10/fancytree
Status:
WontFix
May 3, 2014
(No comment was entered for this change.)
Labels:
-Milestone-Release1.2.x Milestone-Release2.0
|