Need Help with ASP.NET implementation of FCKeditor
-
Default Need Help with ASP.NET implementation of FCKeditor I've got a page with the FCKeditor on it. The editor works fine, however, since there is no documentation on ASP.NET implementations, I can't figure out how to access the editor text in my C# code-behind. I was about to experiment with some javascript that would put the editor text value into a hidden text field so I could access it but that seems like a goofy way of doing it. Help anyone?
-
Default Need Help with ASP.NET implementation of FCKeditor I've got a page with the FCKeditor on it. The editor works fine, however, since there is no documentation on ASP.NET implementations, I can't figure out how to access the editor text in my C# code-behind. I was about to experiment with some javascript that would put the editor text value into a hidden text field so I could access it but that seems like a goofy way of doing it. Help anyone?
Interesting, you got me curious as well. See the below link. http://wiki.fckeditor.net/Developer%27s_Guide/Integration/ASP.Net[^]