Skip to Content
Menu
This question has been flagged
1 Reply
6329 Views

Hello again, is there anybody know how to disable website editor for spesific element (id or class)?

for example: I want disable user for editing the element with class tab. 

Thank you for your help.

Avatar
Discard
Author Best Answer

ANSWER: Give attribute contentEditable = "False" to element. for example : <span contentEditable="False"> Text 1 </span>, and your "Text 1" cannot be edited.

Avatar
Discard
Related Posts Replies Views Activity
3
Sep 25
2000
3
Sep 25
147110
1
Sep 25
1068
4
Sep 25
5762
2
Aug 25
1132