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>