yadagiri uppari

yadagiri uppari

  • NA
  • 277
  • 185.5k

how to remove bottom toolbar from html editor in asp.net

Jun 29 2013 2:00 AM
Dear sir...I have an html editor of ajax...so please suggest me to remove bottom buttons and how remove border of html editor...
please suggest me as soon as possible...i applied some properties still i am unable to remove borders as well as bottom tool bar
options(three are there)

aspx page:
<%@ Register assembly="AjaxControlToolkit" namespace="AjaxControlToolkit.HTMLEditor" tagprefix="cc2" %>
  <cc2:Editor ID="FTBMessage" runat="server"  Content='<%# Bind("Message") %>' ActiveMode="preview"
                  BackColor="White" EnableToolbars="False" FormatHtmlTagsToXhtml="true"
                 ToolbarBackColor="White" EditorBorderColorLight="White" EditorBorderColorDark="White"  
                  ></cc2:Editor> 

Answers (3)