Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Cute Editor for .NET
»
Re: configuring the cute editor
Re: configuring the cute editor
06-18-2009, 6:05 AM
Kenneth
Joined on 02-13-2008
Posts 3,886
Re: configuring the cute editor
Reply
Quote
Hi Arunabandu,
Try this example
<%@ Page Language=
"C#"
%>
<%@ Register TagPrefix=
"CE"
Namespace=
"CuteEditor"
Assembly=
"CuteEditor"
%>
<!DOCTYPE html PUBLIC
"-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
>
<html xmlns=
"http://www.w3.org/1999/xhtml"
>
<head runat=
"server"
>
<title>Untitled Page</title>
</head>
<body>
<form id=
"form1"
runat=
"server"
>
<div style=
"margin-top: 80px;"
>
<CE:Editor ID=
"Editor1"
UseFloatToolbar=
"true"
ShowBottomBar=
"false"
runat=
"server"
>
</CE:Editor>
</div>
</form>
</body>
</html>
Regards,
ken
View Complete Thread