1. Download the latest FreeTextBox (version 3.1.6) and decompress it.
FreeTextBox 3.1.6 (2007/10/17)
Author's website: http://freetextbox.com/download/
Detailed version of what improvements and changes history can be viewed here: http://freetextbox.com/download/changelog.aspx
FreeTextBox 3.1.6 (2006/07/18)
* BUG: Firefox postback problems (due to IE specific code)
* CHANGE: createlink now requires text to be selected
* BUG: FontSizesMenuList now functions correctly
* BUG: IE users wocould see the tag path of the entire document
* BUG: bug in FF vs. ie dom handling of extra \ n tag
Free Version of the version of the difference can be seen here: http://freetextbox.com/features/
2. Open the ASP. Net2.0 project and add reference. (If you have added a previous version of FreeTextBox, delete the reference from the previous version)
2.1. Copy ftb. imagegallery. aspx to the directory where you want to use FreeTextBox (of course it can be other, but you may need to set the path)
3. Add FreeTextBox to the toolbar. (Toolbar> General> select item> browse to DLL file, add)
4. You can drag controls on the toolbar to your page.Copy codeThe Code is as follows: <FTB: FreeTextBox ID = "Free1" ImageGalleryPath = "~ /ImageAdmin"
Runat = "server" Text = '<% # Bind ("Contents") %>'
ButtonDownImage = "True"
ToolbarLayout = "delimiter, delimiter, delimiter | Bold, Italic, Underline, Strikethrough; Superscript, Subscript, RemoveFormat | JustifyLeft, JustifyRight, JustifyCenter, JustifyFull; delimiter, NumberedList, Indent, outdent; CreateLink, Unlink, InsertImage, InsertImageFromGallery, InsertRule | Cut, Copy, Paste; Undo, Redo, Print ">
FTB: FreeTextBox>
4.1. Modify the ImageGalleryPath attribute to your image directory.
5. Q &
5.1. Q: Why can't I create a directory or upload a file?
A: You can modify the ftb. imagegallery. aspx page.Copy codeThe Code is as follows: <FTB: ImageGallery id = "ImageGallery1"
SupportFolder = "~ /Aspnet_client/FreeTextBox /"
AllowImageDelete = "true" AllowImageUpload = "true"
AllowDirectoryCreate = "true" AllowDirectoryDelete = "true" runat = "Server"/>
Modify attributes such as AllowImageDelete
5.2. Q: Why didn't I see the "insert image from Image Library" icon?
A: Modify the ToolbarLayout attribute and add an InsertImageFromGallery. The preceding code example is already added.
5.3. Q: How are buttons displayed in English?
A: The default en-US name is zh-CN, Which is simplified Chinese. I heard that this version contains 25 languages.
Asp.net Web Editor FreeTextBox 3.2.2 Simplified Chinese sample source code
Http://www.jb51.net/codes/22580.html