Changeset 1245
- Timestamp:
- 2007-12-22 12:24:26 (9 months ago)
- Files:
-
- 1 modified
-
FCKeditor.Net/trunk/_samples/aspx/default.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor.Net/trunk/_samples/aspx/default.html
r1201 r1245 15 15 examples on how to use FCKeditor in web forms:</p> 16 16 <ul> 17 <li>_samples/aspx/<strong>1.1</strong> : Samples target ted to the .NET Framework 1.1.</li>18 <li>_samples/aspx/<strong>2.0</strong> : Samples target ted to the .NET Framework 2.0+.</li>17 <li>_samples/aspx/<strong>1.1</strong> : Samples targeted to the .NET Framework 1.1.</li> 18 <li>_samples/aspx/<strong>2.0</strong> : Samples targeted to the .NET Framework 2.0+.</li> 19 19 </ul> 20 20 <p> 21 The re directories contain the same exact samples, but you will note some diffences21 These directories contain the same exact samples, but you will note some differences 22 22 in the code, due to the different way the Code Behind is handled by each of the 23 23 above .NET Framework versions.</p> 24 24 <p> 25 25 To properly run the samples you must copy one of the above folders to the "_<strong>samples</strong>" 26 folder in FCKeditor installation in your web server or Visual Studio project. You27 may eventualy rename the folder to "aspx", justmake it clearer.</p>26 folder in the FCKeditor installation in your web server or Visual Studio project. 27 You may eventually rename the folder to "aspx", just to make it clearer.</p> 28 28 <p> 29 Remember to copy also the <strong>FredCK.FCKeditorV2.dll</strong> file, provide 29 Remember to copy also the <strong>FredCK.FCKeditorV2.dll</strong> file, provided 30 30 with FCKeditor.Net, in the <strong>bin</strong> folder of your web site.</p> 31 31 </body>