Introduction: For freetextbox (version 3.1.6) in ASP. NET 2.0, only two files are required: freetextbox. dll and Ftb. imagegallery. aspx.
1. Download the latest freetextbox (version 3.1.6) and decompress it.
Freetextbox 3.1.6 (2006/07/18)
Blog local download: http://files.cnblogs.com/cleo/FTBv3-1-6.zip
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: wordclean fix for <B> tags
* 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.
<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.
<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 of <Ftb: freetextbox/> and add an insertimagefromgallery. The preceding code example is already added.
5.3. Q: How are buttons displayed in English?
A: <Ftb: freetextbox/> the default en-us attribute is ZH-CN, Which is simplified Chinese, I heard that this version has 25 languages.
Add blog garden local download: http://files.cnblogs.com/cleo/FTBv3-1-6.zip