FreeTextBox

The no. 1 free ASP.NET HTML Editor.
Welcome to FreeTextBox Sign in | Join | Help
in Search

Tool Bar issue with Free Text Box.

Last post 03-17-2010, 4:06 PM by san3297. 0 replies.
Sort Posts: Previous Next
  •  03-17-2010, 4:06 PM 10402

    Tool Bar issue with Free Text Box.

    Hi ,

            I added the dll in my bin folder and referring the freetext box as shown below in the form.But iam unable to see the toolbar on the top of the textbox. I only see a plain text box.Can some one point me the issue with it. I have master pages and am using ajax through out the project.

    <%@ Register TagPrefix="FTB" Namespace="FreeTextBoxControls" Assembly="FreeTextBox" %>

    <asp:Content ID="Head" ContentPlaceHolderID="cntHead" runat="server">

    <title>Free Text</title>

    </asp:Content>

    <asp:Content ID="Body" ContentPlaceHolderID="cntBody" runat="server">

    <asp:Panel runat="server" ID="Panel2" Visible="true">

    <FTB:FreeTextBox ID="FreeTextBox1" runat="server" ToolbarLayout="ParagraphMenu,FontFacesMenu,FontSizesMenu,FontForeColorsMenu,FontForeColorPicker,FontBackColorsMenu,FontBackColorPicker|Bold,Italic,Underline,Strikethrough,Superscript,Subscript,RemoveFormat|JustifyLeft,JustifyRight,JustifyCenter,JustifyFull;BulletedList,NumberedList,Indent,Outdent;CreateLink,Unlink,InsertImage|Cut,Copy,Paste,Delete;Undo,Redo,Print,Save|SymbolsMenu,StylesMenu,InsertHtmlMenu|InsertRule,InsertDate,InsertTime|InsertTable,EditTable;InsertTableRowAfter,InsertTableRowBefore,DeleteTableRow;InsertTableColumnAfter,InsertTableColumnBefore,DeleteTableColumn|InsertForm,InsertTextBox,InsertTextArea,InsertRadioButton,InsertCheckBox,InsertDropDownList,InsertButton|InsertDiv,EditStyle,InsertImageFromGallery,Preview,SelectAll,WordClean,NetSpell"

    Text="initial FTB text" Visible="true" />

    </asp:Panel>

    </asp:Content>

View as RSS news feed in XML
www.freetextbox.com