As shown in the figure:
This is what we often use when editing text on a Web page.
When you use ASP.net as a Web site, you often use it, and here's how to add Freetextbox components to the asp.net.
Preparatory work: Download Freetextbox, you can go to the official website http://freetextbox.com downloaded the latest version, you can also go to gougou.com download a Chinese version. The Freetextbox.dll file after the decompression is what we need to use.
Start configuration now:
1. Open vs2005, create a new Web site, in the "solution" under the Item right click, select "Add Reference", select "Browse", insert the Freetextbox.dll file just downloaded, OK. You can see a Bin folder in the contents bar that contains the Freetextbox.dll file.
2. Enter the Default.aspx (just built the Site page) page, in the second line of the source code added on the register
Copy Code code as follows:
<%@ Register tagprefix= "FTB" namespace= "Freetextboxcontrols" assembly= "Freetextbox"%>
3. Add the <div> and </div> between the source page
Copy Code code as follows:
<ftb:freetextbox id= "FreeTextBox1" runat= "supportfolder=" aspnet_client/freetextbox/"buttonset=" Office2003 "height=" width= "/>"
A more "App_licenses.dll" file is found in the bin directory, and a design box appears on the interface. So we can directly to the relevant properties of the settings, such as size, style and so on. We are done by adding the Freetextbox editor to the ASP.net page.