fckeditor 2.4.2 asp环境下如何使用

来源:百度知道 编辑:UC知道 时间:2024/05/25 17:55:36
先说明一点 ~~我菜鸟~~麻烦个位高手~~能一步一步~~说的详细一点~~我用的是dw~~还有我觉得应该精简一下fckeditor 高手能说一下精简过程吗~~~~~粘贴转载的~~~~就不必回了~~

在web.cofig配置:

<appSettings>
<add key="FCKeditor:BasePath" value="~/FCKeditor/"/>
<add key="FCKeditor:UserFilesPath" value="~/upload/"/>
</appSettings>

在页面导入
<%@ Register Assembly="FredCK.FCKeditorV2" Namespace="FredCK.FCKeditorV2" TagPrefix="FCKeditorV2" %>

调用
<td align="left" class="Login2" colspan="3">
<FCKeditorV2:FCKeditor ID="content" Height="400px" BasePath="../fckeditor/" runat="server" />
</td>