Hi Friends,
i am using Fck Editor which built in java,
i want to show the content of editor in read only mode.
i am using ie browser.
Any solution ...........
i am using Fck Editor which built in java,
i want to show the content of editor in read only mode.
i am using ie browser.
Any solution ...........
Re: How to make text read only
<script type="text/javascript">
function FCKeditor_OnComplete( editorInstance ){
editorInstance.EditorDocument.body.contentEditable = false ;
}
</script>
Re: How to make text read only
does any one have an idea to make it work in mozilla.
so far this has been pending from a longway
Re: How to make text read only
oh yes! i followed that instruction as well. Sad to say, it really does not work with mozilla.
help any one?
-------------------------
fishing gears
Re: How to make text read only
Re: How to make text read only
I have a similar problem, that i want to use FCKEditor for view mode. The only thing in FCK that I need is the print button, and I don't want user to modify the text in FCK. All i want is user can print it but can not modify it.
Thanks before,
Archanon