Top "Contenteditable" questions

contentEditable is an HTML attribute (invented by Microsoft and standardized in HTML5) that is used for client-side in-browser "rich text" editing.

How to use [(ngModel)] on div's contenteditable in angular2?

I am trying to use ngModel to two way bind div's contenteditable input content as follows: <div id="replyiput" …

angular ionic2 contenteditable
contenteditable single-line input

For an application we're developing at the company where I work, we need an input that supports inserting emoticons inside …

javascript jquery html css contenteditable
How do I remove the border around a focused contenteditable pre?

When I set a pre element to contenteditable and put focus in it for editing, it receives a dotted border …

javascript jquery contenteditable
HTML - Newline char in DIV content editable?

I am storing content in the database, for example: Hello This is Text and when I pass that to a …

css html contenteditable
Prevent line/paragraph breaks in contentEditable

When using contentEditable in Firefox, is there a way to prevent the user from inserting paragraph or line breaks by …

javascript firefox contenteditable
What is the default style of the blue focus outline in Chrome?

I have a webapp that uses contenteditable div's. I like how they appear in Chrome: when I focus, Chrome displays …

css google-chrome contenteditable
Placeholder in contenteditable - focus event issue

I have been trying to ask this before, without any luck of explaining/proving a working example where the bug …

javascript jquery focus contenteditable caret
replace selected text in contenteditable div

I have been looking high and low for an answer but failed. Is there a cross-browser solution to replace selected …

javascript contenteditable
Remove formatting from a contentEditable div

I have a contentEditable Div and I want remove any formatting especially for copy and paste text.

javascript jquery html formatting contenteditable
HTML5 contentEditable with jQuery

I have some elements that need to have the text inside editable, for this I am using the HTML 5 attribute …

jquery html contenteditable