Help needed in java script error

  •  03-05-2009, 9:58 AM

    Help needed in java script error

    Hi,
    We are using the Richtext box in the ASP.net 2.0 project. at runtime, clicking on the Rich textbox will throw the below error.
     
    "Java script error "htmleditor1_toolbaritems" is undefined"
     
    Richtextbox is defined in the design page as below.
     

    <rtb:richtextbox id="htmlEditor1" style="DISPLAY: inline" runat="server" ButtonCssClass="editorButtons"                                                                                                                                            ToolbarHorizontalAlign="Left" Width="300px" Height="80px" DownlevelRows="1" DownlevelMode="TextArea" HtmlOptionIsEnabled="False" HtmlOutputChangeAbsoluteURLsToRelative="False"                                                                                                                                                ReturnKeyBehavior="LineBreak" ToolbarBackColor="Transparent" Text=" " ButtonImagePath="~/images/Gray/" ButtonType="Button" ButtonImageWidth="23"                                                                                                                                             BackColor="Transparent" ToolbarVerticalAlign="Bottom"></rtb:richtextbox>

View Complete Thread