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.html
[解决办法]
推荐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
[解决办法]
<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" />
[解决办法]