In place editing

Anyone have a good example of in place editing? Interested in having an edit button/icon that when pressed replaces the view text fields with input boxes. Just looking for ideas on the most graceful way to handle this.

Thanks,
Chris

I do it with having an input box occupy the same space as the text. When the edit button is pressed, hide the text and show the input box. When editing is done, hide the input and show the new text.

1 Like

Is there an easier method?

2 years later, that’s what I’m still doing. If there’s an easier way, I don’t know of it.

1 Like