Non-editable text Element
Hi
I need to create a text that should not be editable. You can insert it, delete it, change styles but not edit the text in it.
I've tried creating a new CustomElement inspired by the SpanElement.
The inserts gets done OK, but when the I try to insert or modify the InsertTextOperation creates a new SpanElement and not my CustomElement type. That it calls replaceText that of course that throws an error.
Any Ideeas how I can create My Custom element or prevent the modifcations to happen to that element?
Thank you
