I don't know if it already exist but I would do the following to implement it
1-Make a component that contain both a label + plus the edit field 2-Edit field and View component are always present but visibility is toggled via JavaScript (at client side). 4-When user choose edit, view field is made hidden via JS and edit field is shown (also via JS) 4-When user finish editing, edit field is submited via AJAX, then edit field is hidden, via JS, and view field is shown (maybe returned as JS "action" on AJAX call). This should not be that difficult to implement (I guess). On Fri, Sep 28, 2012 at 9:28 AM, <[email protected]> wrote: > > Hello, > does it exist an edit label component without ajax? > I mean, switching from label to field without ajax, but an ajax request > when switching it back. > > Regards, > Rodrigo P. -- Regards - Ernesto Reinaldo Barreiro Antilia Soft http://antiliasoft.com
