It seems it allows you to edit the content of an element, but what is actually happening? What's the use of this property?
EDIT: see here
This is usually used for rich text input. While regular form elements like <input type="text"/>
don't provide real rich text editing options, elements with contentEditable
set to true
can.
Most rich text editors (e.g. FCK Editor) available for the web are built using an <iframe/>
with contentEditable
set to true
.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With