在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>