html5 - Editable text docment on webpage -



html5 - Editable text docment on webpage -

how embed editable text document in webpage? wanted document on webpage ever opens can write , save it.

you can utilize inline editing feature of ckeditor. or content editable feature of html5

<section contenteditable="true"> // markup here </section>

html5

Comments

Popular posts from this blog

javascript - THREE.js reposition vertices for RingGeometry -

javascript - I need to update the text of a paragraph by inline edit -

assembly - What is the addressing mode for ld, add, and rjmp instructions? -