that's just applying contentEditable=false to the elements that you want to block, like it's done for the placeholder plugin. And you can see that for Firefox 2 you need to write some blocking logic.
I added contentEditable=false to a span tag. The content was then protected from changes. But I was able to move the span-tag around in the layout by dragging, which of course might be useful in certain cases, but not in my case.
Is there a way to disable the ability to move the lement around?
Re: Non Editable Content
How should I write the configuration to be able to protect all tags with a certain css-class?
Re: Non Editable Content
Re: Non Editable Content
Is there a way to disable the ability to move the lement around?
Re: Non Editable Content