Freetextbox 1.6.3 (Chinese version) is useful in many web systems, such as news publishing, blog writing, and Forum communities.

Source: Internet
Author: User
Freetextbox 1.6.3 (Chinese Version)

Welcome here! Freetextbox is an ASP. NET Server Control Based on mshtml Technology in Internet Explorer. This is an excellent free software. We can easily embed it into web forms for online editing of HTML content, such as news publishing, blog writing, and forums.CommunityAnd other Web systems.

The Chinese version 1.6.3 is based on the original version. In addition to the control interface in Chinese, the descriptionattribute is added for each attribute of the core class freetextbox so that the control is stored in Visual Studio.. net. [Click here to download freetextbox Chinese version]

 

The example cannot be displayed due to server reasonsProgramSorry! As follows:

    • Freetextbox 1.6.3 Chinese version [307kb]
      : Http://www.percyboy.com/w/ftb/down/FTB_1.6.3_zh.zip
    • Freetextbox 1.6.3 Chinese VersionSource code[420kb]
      : Http://www.percyboy.com/w/ftb/down/FTB_1.6.3_zh_Source.zip

Download from hereFreeTextbox 1.6.3 (Chinese Version)And its sourceCode.

Http://www.percyboy.com/w/ftb/

The usage is relatively simple.HelperscriptsThreeFtb. colorpicker. aspx,Ftb. imagegallery. aspx,Ftb. inserttable. aspxPut the file in the root directory of the siteFtbDirectoryImagesDirectory. SetFreetextbox. dllCopyBinDirectory.

InVs2003OfIDEIn the toolbox.BinDirectoryFreetextbox. dll.

DragWebform. ConfigurableButtonpathAndToolbartype,In this way, there will be more styles. The generated code is as follows:

This. freetextbox1.textThis isFtbThe content of the text you entered.HtmlMarkedThis. freetextbox1.htmlstrippedtextThis isHtmlText marked for removal

UseFreetextbox1.textYou can.

What I care about most isInsert Image. It is too simple to limit the size of the image.

An error occurred while saving, as shown below:
Slave Client(Freetextbox1 ="

Potential Danger detected inRequest. FormValue.

Causes and solutions after searching:

This isASP. Network 1.1To prevent unauthorized submission, You Need To Do either of the following two solutions:

1. Modify only one page:*. AspxHeader

Adding Validaterequest="False"Attribute description, that is:

2. Change the entireWebApplication: InWeb. configAdd: Configuration section, add location inSystem. WebSection. Similar to the following:


Saved code:(To prevent illegal character input, you must filter it out.)

Insert Into article (title, content) Values ('"+ textbox1.text +"', '"+ freetextbox1.text + "')

Code displayed

Label1.text = Ds. Tables [0]. Rows [0] ["content"]. tostring ();

Because the source code is provided, you canInsert ImageMake similar extensions, just like in the blog.

A good online editor is available.FCKeditor,Cuteeditor.

From: http://cache.baidu.com/C? WORD = pages % 2 cvalidaterequest % 2 cfalse & url = http % 3A // www % 2 ecnblogs % 2 ECOM/netinfo/archive/2005/07/03/185554% 2 ehtml & B = 7 & a = 0 & User = Baidu

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.