当前位置: 代码迷 >> ASP.NET >> 100分 一个关于freetextbox的有关问题
  详细解决方案

100分 一个关于freetextbox的有关问题

热度:9763   发布时间:2013-02-25 00:00:00.0
100分 一个关于freetextbox的问题 在线等
我用freetextbox在本地好好的 上传到服务器上面以后就有问题了
FreeTextBox has not been correctly installed. To install FreeTextBox either:
(1) add a reference to FtbWebResource.axd in web.config:
<system.web>
<httpHandlers>
<add verb="GET"
path="FtbWebResource.axd"
type="FreeTextBoxControls.AssemblyResourceHandler, FreeTextBox" />
</httpHandlers>
</system.web>

(2) Save the FreeTextBox image and javascript files to a location on your website and set up FreeTextBox as follows 
<FTB:FreeTextBox id="FreeTextBox1" SupportFolder="ftbfileslocation" JavaScriptLocation="ExternalFile" ButtonImagesLocation="ExternalFile" ToolbarImagesLocation="ExternalFile" ButtonImagesLocation="ExternalFile" runat="server" />

高手帮忙看看 如果搞定100分就双手奉上 在线等

------解决方案--------------------------------------------------------
http://www.cnblogs.com/soman/archive/2009/09/08/1562354
------解决方案--------------------------------------------------------
推荐FCKEditor
------解决方案--------------------------------------------------------
FCKeditor
------解决方案--------------------------------------------------------
你要把本地的FreeTextBox.dll也要放到服务器上
------解决方案--------------------------------------------------------
fckeditor
------解决方案--------------------------------------------------------
应该是处于服务器安全考虑从而web应该被禁用了!真不知道怎么改的话换js编辑器吧!
------解决方案--------------------------------------------------------
把FreeTextBox.dll放在项目的Bin文件夹下
------解决方案--------------------------------------------------------
推荐 <DNTB:WebEditor 偶现在就在用 直接.Text 爽
------解决方案--------------------------------------------------------
用fck吧!直接有个dll引用下 然后页面注册,直接在页面上用旧行了!
------解决方案--------------------------------------------------------
sorry 这个更清楚些http://www.cnsx8.com/jxyj/jxcx/2009/1030/531
------解决方案--------------------------------------------------------
HTML code
<FTB:FreeTextBox id="FreeTextBox1" ToolbarLayout="ParagraphMenu, FontFacesMenu, FontSizesMenu, FontForeColorsMenu,  FontForeColorPicker, FontBackColorsMenu, FontBackColorPicker, Bold, Italic, Underline, Strikethrough, Superscript, Subscript| CreateLink, Unlink,RemoveFormat, JustifyLeft, JustifyRight, JustifyCenter, JustifyFull, BulletedList,  NumberedList, Indent, Outdent, Cut, Copy, Paste, Delete, Undo, Redo, Print, Save,  ieSpellCheck, StyleMenu, SymbolsMenu, InsertHtmlMenu, InsertRule| InsertDate,  InsertTime, WordClean, InsertImage, InsertTable, EditTable, InsertTableRowBefore,  InsertTableRowAfter, DeleteTableRow, InsertTableColumnBefore, InsertTableColumnAfter,  DeleteTableColumn, InsertForm, InsertForm, InsertTextBox, InsertTextArea,  InsertRadioButton, InsertCheckBox, InsertDropDownList, InsertButton, InsertDiv,  InsertImageFromGallery,InsertImageFromGallery,Preview, SelectAll, EditStyle" runat="Server" ImageGalleryPath="~/Uploads" />
------解决方案--------------------------------------------------------
探讨
HTML code<FTB:FreeTextBoxid="FreeTextBox1" ToolbarLayout="ParagraphMenu, FontFacesMenu, FontSizesMenu, FontForeColorsMenu,
FontForeColorPicker, FontBackColorsMenu, FontBackColorPicker, Bold, Italic, Underline,
Strikethrough, Superscript, Subscript| CreateLink, Unlink,RemoveFormat, JustifyLeft, JustifyRight, JustifyCenter, JustifyFull, BulletedList,
NumberedList, Indent, Outdent, Cut, Copy, Paste, Delete, Undo, Redo, Print, Save,
ieSpellCheck, StyleMenu, SymbolsMenu, InsertHtmlMenu, InsertRule| InsertDate,
  相关解决方案