- What is the Specific of Contenteditable!
- html5demos.com/contenteditable
- developer.mozilla.org/en-US/docs/Web/Guide/HTML/Content_Editable
- akatov.github.io/angular-contenteditable
- www.hongkiat.com/blog/html5-editable-content
- codepen.io/matt-west/full/gtruC
- simonewebdesign.it/blog/how-to-make-browser-editor-with-html5-contenteditable
Result
Edit Here
Coba gantikan value yg berada pada kotak Edit Here?
<p><a class="link" title="Tutorial Blog for Stylish Blogger" href="http://beben-koben.blogspot.com/">My Blog</a></p>
<style>
a.link {font-size: 21px;text-align: center;padding: 20px;display: block;}
.editable {display: block;font-size: 15px;color: #333;padding: 10px;border: 2px dashed #ccc;font-family: 'Courier New',Courier,sans-serif;white-space: pre-wrap;max-height: 212px;overflow: auto}
.editable:focus {outline: none;border: 2px solid #ccc;}
</style>
<style class="editable" contenteditable="">a.link {
color: #038;
border: 2px dashed gray;
background: lightgray;
}</style>
Ternyata atribut contenteditable jugalah yg mendasari terciptanya Rich-Text Editing. Buka halaman berikut, scroll ke bawah dan dapatkan source kode rich-text editor example developer.mozilla.org/en-US/docs/Rich-Text_Editing_in_MozillaBonus:
templatespicy.com/20-best-free-blogger-templates-2014
Tidak ada komentar:
Posting Komentar