|
Download and install FCKeditor ASP.NET |
|
|
|
|
|
|
Many continue to have a variety of board. Many people used to continue and
editor for various posted messages.
And one of the Web CodeToday have chosen to use FCKeditor for posted because
this is the editor. Format in the format can handle it better. All can upload
photos and files with a.
|
|
|
|
|
|
|
|
|
|
|
|
1. Extract 2 files FCKeditor_2.6.3.zip collected at D:/FCK_unzip. |
|
|
|
|
|
|
|
 |
|
|
|
|
|
|
|
2. Create Project of new names FCK.
|
|
|
|
|
|
|
|
 |
|
|
|
|
|
|
|
3.Right-click , Copy the folder D:/FCK_unzip/fckeditor/.
|
|
|
|
|
|
|
|
 |
|
|
|
|
|
|
|
4. Paste the root directory of the projection of FCK.
|
|
|
|
|
|
|
|
 |
|
|
|
|
|
|
|
5. Then be added into the folder Fckeditor a project.
|
|
|
|
|
|
|
|
 |
|
|
|
|
|
|
|
6.Create a Bin of ASP.NET folder by right-clicking. FCK> Add ASP.NET Folder>
Bin. |
|
|
|
|
|
|
|
 |
|
|
|
|
|
|
|
7. Add the file FredCK.FCKeditorV2.dll by right-click Bin> Add Existing Item. |
|
|
|
|
|
|
|
 |
|
|
|
|
|
|
|
8. Then go to D: / FCK_unzip/bin/Release/2.0 /.
|
|
|
|
|
|
|
|
 |
|
|
|
|
|
|
|
9. Select file FredCK.FCKeditorV2.dll click [Add].
|
|
|
|
|
|
|
|
 |
|
|
|
|
|
|
|
10. Will file FredCK.FCKeditorV2.dll. into the Folder Bin. |
|
|
|
|
|
|
|
 |
|
|
|
|
|
|
|
11. Add Tab FCKeditor by right-click Toolbox> Add Tab.
|
|
|
|
|
|
|
|
 |
|
|
|
|
|
|
|
12. Tab FCKeditor will be added in the Toolbox.
|
|
|
|
|
|
|
|
 |
|
|
|
|
|
|
|
|
|
|
|
13. Right-click Tab FCKeditor select Choose Items ...
|
|
|
|
|
|
|
|
 |
|
|
|
|
|
|
|
14. Click on [Browse ...].
|
|
|
|
|
|
|
|
 |
|
|
|
|
|
|
|
15. Go to D: / FCK / Bin /.
|
|
|
|
|
|
|
|
 |
|
|
|
|
|
|
|
16. Select file FredCK.FCKeditorV2.dll and click Button [Open]. |
|
|
|
|
|
|
|
 |
|
|
|
|
|
|
|
17. Click on [OK].
|
|
|
|
|
|
|
|
 |
|
|
|
|
|
|
|
18. Then be added into the FCKeditor control Toolbox.
|
|
|
|
|
|
|
|
 |
|
|
|
|
|
|
|
19. Drag FCKeditor Control FCKeditor tab in the Toolbox to put a web form.
|
|
|
|
|
|
|
|
< FCKeditorV2:FCKeditor ID="FCKeditor1" runat="server" >
< /FCKeditorV2:FCKeditor >
|
|
|
|
 |
|
|
|
|
|
|
|
20. Edit BasePath of the FCKeditor Properties from /fckeditor/ to ~/fckeditor/. |
|
|
|
|
|
|
|
 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
 |
|
|
|
|
|
|
|
22. Programming costs then. FCKeditor1.Value. Go to store databases. Value will
be the HTML language.
|
|
|
|
|
|
|
|
23. How set file upload.
|
|
|
|
|
|
|
|
23.0Open file fckconfig.js. Under ~ /fckeditor/.
23.1 Search _FileBrowserLanguage. Then change the value from a PHP to aspx.
23.2 Search _QuickUploadLanguage. Then change the value from a PHP to aspx.
|
|
|
|
|
|
|
|
 |
|
|
|
|
|
|
|
23.3 Open file config.ascx. at ~/fckeditor/editor/filemanager/connectors/aspx/.
23.4 Search UserFilesPath. Then change the value of /userfiles/ is the
folder where you want to store files.
23.5 Find UserFilesAbsolutePath then configure the path to a path in the
windows. Eg C:\\MySite\\userfiles\ \ (must enter \ two every time).
23.6 Search Enabled = CheckAuthentication (); Change from Enabled =
CheckAuthentication (); to Enabled = true;
|
|
|
|
|
|
|
|
 |
|
|
|
|
|
|
|
End. |
|
|
|
|
|