D
D
Deodatuss2015-06-10 18:25:28
JavaScript
Deodatuss, 2015-06-10 18:25:28

What content editing algorithm can you recommend?

Hello. There was a need to implement the ability for users to edit their profile directly, that is, there are certain fields that should be edited when clicking on them (without going to other pages). So, I don't know how best to do this. There are only the following options in my head:
- a pop-up window (I would not like it)
- contenteditable=true (a muddy thing, although
I look closely) - a textarea appears on top of the field when clicked, overlapping the field area. text (as if the text was entered through the contenteditable in the p tag).
Thanks in advance for your advice.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
Mikhail Osher, 2015-06-10
@miraage

vitalets.github.io/angular-xeditable

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question