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.

get last character before caret position in javascript

I am about to implement Facebook like in integration in my contenteditable div where if i give '$' and …

javascript jquery autocomplete contenteditable caret
Automatic scrolling when contentEditable/designMode in a UIWebView

I am attempting a rich-text editor (with HTML export capability) for an iPhone application I am working on, and decided …

ios uiwebview scroll contenteditable designmode
submit text from "div contenteditable"

I'm trying to find a working solution, but there is nothing useful at the moment. I have the following form: &…

input submit contenteditable insertonsubmit
How can I extend the OOTB Content Editor Web Part in Sharepoint 2010?

I need a webpart that has a plaintext field for a title, an image for a thumbnail and a HTML …

c# sharepoint-2010 web-parts contenteditable
Is there a way to prevent a contentEditable element from scrolling when the cursor reaches the bottom?

For example, I have a contentEditable div and I can type in it. When the text reaches the bottom of …

javascript html scroll contenteditable
Contenteditable paragraph tag on enter

I was wondering if there is an acceptable way to force all major browsers to insert paragraph tag instead of …

html wysiwyg contenteditable
contentEditable - Firefox <br /> tag

Firefox inserts a <br /> tag on press enter whereas the other browsers are adding either a <p&…

javascript firefox contenteditable enter
Preserve text selection in contenteditable while interacting with jQuery UI Dialog and text input

I have a jQuery dialog for making links in a contentEditable span. The problem is that clicking a button to …

javascript jquery contenteditable
Style an HTML table to look like a Spreadsheet like Google Docs

I am trying to create a simple spreadsheet (with a REST/JSON back end) that looks like the Google Docs …

html css spreadsheet contenteditable
contentEditable field to maintain newlines upon database entry

I have a div with the attribute contentEditable set. This allows me to have a free-form editable textarea, without the …

javascript jquery html newline contenteditable