FreeTextBox 1.6.3 Chinese version instructions
1. Direct use method:
(1) Copy the FreeTextBox.dll file in the bin directory to the bin directory in your Web application directory or the bin directory in its upper virtual directory;
(2) Copy the three files in the HelperScripts directory to your Web application directory or its subdirectory. Be sure to specify the HelperFilePath attribute when using;
(3) Copy the ftb directory under the images directory to the images directory under the root directory of your Web site.
The default directory structure is as follows:
your application (virtual directory)
bin directory
FreeTextBox.dll
images directory (this is your picture library directory, all uploaded pictures are here)
ftb.colorpicker.aspx
ftb.imagegallery.aspx
ftb.inserttable.aspx
test.aspx (test)
(You only need to copy the FreeTextBox.dll above;)
2. Or you can change the source code to simplify some settings.
3. Official website: There are some sample programs on the above web page for reference.