Hi i'm very new to Fckeditor and have managed to create a page with it included in aspx.
what i want to do is have areas within the content that is displayed within the editor as non editable.
for example
<h1>non editable header</h1>
<p>the content that is editable</p>
are there any special commands or keywords that can acheive this? are there any plugin available.
please point me in the right direction.
many thanks
what i want to do is have areas within the content that is displayed within the editor as non editable.
for example
<h1>non editable header</h1>
<p>the content that is editable</p>
are there any special commands or keywords that can acheive this? are there any plugin available.
please point me in the right direction.
many thanks
Re: Adding Non editable regions of content in the editor window
Hi there,
i have a related problem. I want to protect certain tags, e.g. the a-tag in
.
Might this be possible via the ProtectedSource.Add- or the ProtectedTags-Commands?
(http://docs.fckeditor.net/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/ProtectedSource.Add and http://docs.fckeditor.net/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/ProtectedTags)
Something like:
(btw: im not a regexp pro
)
or
Thanks for any help
Best
Felix