In my ASP.NET CKEditor appears only textbox, nothing more.
in aspx I have set CKEditor in this way:
Would it be because of I don't have the IIS installed into my XP?
in aspx I have set CKEditor in this way:
<%@ Register Assembly="CKEditor.NET" Namespace="CKEditor.NET" TagPrefix="CKEditor" %>
<CKEditor:CKEditorControl ID="tbSisu" runat="server" Toolbar="Full" ContentsLangDirection="Ui" DialogButtonsOrder="OS" EnterMode="P" ResizeDir="Both" ShiftEnterMode="P" StartupMode="Wysiwyg" ToolbarLocation="Top"></CKEditor:CKEditorControl>
Would it be because of I don't have the IIS installed into my XP?
Re: toolbar does not appear
Documentation Manager, CKSource
See CKEditor 5 docs, CKEditor 4 docs, CKEditor 3 docs, CKFinder 3 docs, CKFinder 2 docs for help.
Visit the new CKEditor SDK for samples showcasing editor features to try out and download!