Hi All,
I am using FCK Editor (love the name yes) in an c#/asp.net portal app i am building.
I have scoured the doc and cannot seem to find if FCK Editor Dose the following:
I was wondering if there is any way to get the editor to display in text view,(so it dose not render as a text box control but as plain old HTML, lable control or some ting like that) and then flick the editor to edit mode when needed.
ie: DisplayMode="text" or DisplayMode="editor" this would make things so neat if i could.
I know it would be easy to apply the same logic to two controls but i just though if FCK would do this then great ,less coding.
Thanks PP
I am using FCK Editor (love the name yes) in an c#/asp.net portal app i am building.
I have scoured the doc and cannot seem to find if FCK Editor Dose the following:
I was wondering if there is any way to get the editor to display in text view,(so it dose not render as a text box control but as plain old HTML, lable control or some ting like that) and then flick the editor to edit mode when needed.
ie: DisplayMode="text" or DisplayMode="editor" this would make things so neat if i could.
I know it would be easy to apply the same logic to two controls but i just though if FCK would do this then great ,less coding.
Thanks PP

Re: HTML/Text only Display Mode
http://dev.fckeditor.net/ticket/234http://dev.fckeditor.net/ticket/1255
Re: HTML/Text only Display Mode
I have created a web part with a label control and added the fck editor to the asp.net portals editor zone and tyed it all up.
Nice. It all works fine.