-1

I want to use a control like below in my web project (textbox that is editable when double clicked for example). Some suggestions?

enter image description here

Regards.

Eduardo
  • 693
  • 3
  • 9
  • 21

1 Answers1

0

I found "contenteditable" for div (or other html control).

<div contenteditable="true">This is an editable div.</div>

http://www.w3schools.com/tags/att_global_contenteditable.asp

Thanks

Eduardo
  • 693
  • 3
  • 9
  • 21