Hi people!
I've interested myself by CKEditor after googling around for a nice, XHTML Compliant, .NET WYSIWYG editor.
So, downloaded, installed and started using it.
It is a beautiful editor, but there seems to be some problems ocurring here; the toolbars doesn't work as expected. They just doesn't "apply" with the Toolbar="Basic", or anything else inline. If I use it in the C#, they work.
Any help will be much apreciated.
P.S.: Sorry for my bad english!
I've interested myself by CKEditor after googling around for a nice, XHTML Compliant, .NET WYSIWYG editor.
So, downloaded, installed and started using it.
It is a beautiful editor, but there seems to be some problems ocurring here; the toolbars doesn't work as expected. They just doesn't "apply" with the Toolbar="Basic", or anything else inline. If I use it in the C#, they work.
<CKEditor:CKEditorControl ID="txtAbout" runat="server" Toolbar="Basic"></CKEditor:CKEditorControl>
Any help will be much apreciated.
P.S.: Sorry for my bad english!
Re: CKEditor.NET Inline problems