Hi how to enable or disable contentEditing of DIV ?
I tried this but nothing , it dont work
document.getElementsByClassName("simditor-body").contentEditable=flase; this.body.contentEditable=false;
How to create a function like this
Simditor.prototype.enableEditing= function(enable) { // Enable disable content editing };
Please help me, is very important for me
Hi how to enable or disable contentEditing of DIV ?
I tried this but nothing , it dont work
document.getElementsByClassName("simditor-body").contentEditable=flase; this.body.contentEditable=false;How to create a function like this
Simditor.prototype.enableEditing= function(enable) { // Enable disable content editing };Please help me, is very important for me