Search code examples
jqueryhtmlricheditjquery-widgets

html control/widget to inline edit a word or section in a paragraph


Is there a library or widget out there that allows inline editing of certain sections of a paragraph? I have a mad lib like interface that have certain words highlighted. The idea is to allow the user to click on these highlighted sections and then inline edit the words , even supporting an edit field to word wrap around to the next line.

Are there any pre-made widgets or libraries that do this?


Solution

  • Assign contentEditable as an attribute to highlighted sections.