First, learn how to use the online text editing environment FCKeditor, and then design a page that publishes the log article using FCKeditor implementation.
Learning content
1, add the FCKeditorV2.dll file to the Toolbox.
Right-click the any control group in the Toolbox, select Select Item from the pop-up shortcut menu, eject the Select Toolbox Item dialog box, select the. NET Framework Components tab, click the Browse button, In the pop-up dialog box, select the Add FCKeditorV2.dll file under the Bin folder to add the control complete.
2, configure FCKeditor.
3, modify the web.config site configuration file code.
Double-click Web.config to add code:
<appSettings>
<add key= "Fckeditor:basepath" value= "~/fckeditor/"/> <add key=
"FCKeditor: Userfilespath "value=" ~/img/"/>
</appSettings>
You can also edit from the Axp.net configuration in the Web Site tab in the menu bar.
4, Design default.aspx page.
5, use the FCKeditor control upload picture.
Click the Insert/Edit Pictures tab, upload and browse the picture, send it to the server, and click OK.
Run Effect chart
Summarize
Through the in-depth study of this section, understand the use of online text editing environment FCKeditor, and review the previous learning how to add Third-party controls to the toolbar, is not very simple, but everyone in the writing code must be careful to reduce the error rate, not as careless as the small series Oh.