1.下载 FreeTextBox 3.1.6
http://freetextbox.com/download/

2.安装
把此Dll添加到工程中
\ftbv3-1-6\Framework-2.0\FreeTextBox.dll

3. 使用FreeTextBox

1) aspx页面顶上添加
<%@ Register TagPrefix="FTB" Namespace="FreeTextBoxControls" Assembly="FreeTextBox" %>

2) 调用
<FTB:FreeTextBox id="FreeTextBox1" runat="Server" />

3)工具栏皮肤
ToolbarStyleConfiguration ="Office2003"

4)客户端中检测到有潜在危险的 Request.Form 值
<%@ Page Language="C#" ValidateRequest="false"  %>


例子程序:
https://files.cnblogs.com/ghostljj/WebFreeTextBox.rar

相关文章:

  • 2022-12-23
  • 2022-03-07
  • 2022-01-26
猜你喜欢
  • 2022-01-23
  • 2021-10-20
  • 2021-12-13
  • 2022-12-23
  • 2021-11-07
相关资源
相似解决方案