首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > asp.net >

在ASP中怎么調用Fck編輯器

2012-05-30 
在ASP中如何調用Fck編輯器?如題。謝謝回答![解决办法]input typehidden idFCKeditor1 nameFCKedit

在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&amp;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> 

热点排行