Hi,
Can i use only spell check with no rich text formatting and no other buttons?
I tried below but when i copy from word , the formatted text is getting copied into the box.
<ce:Editor id="Editor1" runat="server" TemplateItemList="NetSpell" ShowBottomBar="false"
BorderColor="Black" BreakElement="P">
<FrameStyle BackColor="White" BorderColor="#DDDDDD" BorderStyle="Solid" BorderWidth="1px"
CssClass="CuteEditorFrame" Height="100%" Width="100%"/>
</ce:Editor>
Thanks
A