Home » HTML » HTML_QuickForm » Bug #577
feature request: replaceElement method
Details
| Submitted | 2004-01-14 17:39 UTC |
|---|---|
| From | thomas at my-enet dot de |
| Status | Wont fix |
| Package | HTML_QuickForm |
| PHP Version | Irrelevant |
| OS | Linux |
| Roadmaps | (Not assigned) |
Comments
[2004-01-14 17:39 UTC] thomas at my-enet dot de
Description:
------------
I think there is no possibility to replace an element with another element.
I just can remove an element and add the other element. In this case the problem is that the new element is the "last element" of the object. But I want to add the new element in the middle for instance.
A replaceElement method would solve my problem .....