The latest freetextbox (version 3.1.6) uses the simple solution in ASP. NET 2.0

Source: Internet
Author: User
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

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.