Non-editable spans
Hi
I have blocks of editable TLF text, and inside these I have portions of text that should remain unedited no matter what (the might have a different styling so that the user can know they're different).
All editing actions should be prevented: Cut, paste, insertion of characters, deletion of characters using del or backspace, etc. No matter what happened before the editing attempt: The cursor might have been placed inside the locked region using the arrow keys or using the mouse, or a portion of text might have been selected, (etc).
In short: each locked region/span must remain unchanged.
Is there an easy solution? Or at least a perfect one? ![]()
Ideally there would editable="true/false" for span elements.
Tobi
