RSSAmplifier

Christian Paul · Feb 2, 2017

Build a rich text editor in the web

0
Sign in to vote or save

This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.

Just today I learned about the contenteditable attribute in HTML5 and it truly amazes me what can be done with it. When set the visitors of your web page can edit any text within the node. It is a global attribute so it can be applied to any HTML element. 
 Try it yourself! I set the contenteditable attribute on the next paragraph: 

 Edit me! 
 The attribute is inherited by all…

Read on chrpaul.de

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.