PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » HTML » HTML_QuickForm » Bug #577

feature request: replaceElement method

Details

Submitted2004-01-14 17:39 UTC
Fromthomas at my-enet dot de
StatusWont fix
PackageHTML_QuickForm
PHP VersionIrrelevant
OSLinux
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 .....