读书人

在ASP中怎么用Fck器

发布时间: 2012-05-30 20:20:04 作者: rapoo

在ASP中如何用Fck器?
如。回答!

[解决办法]
<input type="hidden" id="FCKeditor1" name="FCKeditor1" value="" /><input type="hidden" id="FCKeditor1___Config" value="" /><iframe id="FCKeditor1___Frame" src="/FCKeditor/editor/fckeditor.html?InstanceName=FCKeditor1&Toolbar=Default" width="100%" height="200px" frameborder="no" scrolling="no"></iframe>
不确定能行,不过生成出来是这样
[解决办法]
首先头部引用

HTML code
//aspx页<%@ Register Assembly="FredCK.FCKeditorV2" Namespace="FredCK.FCKeditorV2" TagPrefix="FCKeditorV2" %>//这调用<FCKeditorV2:FCKeditor id="FCKeditor1" runat="server" BasePath="~/FCKeditor/" height="500" Width="99%">    </FCKeditorV2:FCKeditor> 

读书人网 >asp.net

热点推荐