[Mono-aspnet-list] Fwd: Re: CKEditor

jparker jparker at farcomm.com
Thu Feb 2 16:29:42 UTC 2012


Problem is resolved,thanks!

Here are the steps:

(1) Download and unzip all files into a sub folder of your ASP.NET project

(2) Add ckeditor.js to the .aspx page that should display the editor

(3) Add the following code to your .aspx page

<asp:TextBox ID="TextBox1" runat="server" CssClass="ckeditor" Height="299px"
Width="100%" TextMode="MultiLine"></asp:TextBox>

--
View this message in context: http://mono.1490590.n4.nabble.com/CKEditor-tp4335024p4351976.html
Sent from the Mono - ASP.NET mailing list archive at Nabble.com.


More information about the Mono-aspnet-list mailing list