.net下用ckeditor编辑完文本后,如何在按下button按钮后获取编辑器中的html代码,这样我就可以存入sql中
前台我把一个textbox转换成了ckeditor但是后台程序找不到value的属性。我应该还是少加了一些代码。搞不懂...
前台我把一个textbox转换成了ckeditor但是后台程序找不到value的属性。我应该还是少加了一些代码。搞不懂
展开
2个回答
展开全部
你没有把ckeditor注册到页面去,所以就找不到value
<add tagPrefix="FCKeditorV2" namespace="FredCK.FCKeditorV2" assembly="FredCK.FCKeditorV2" />在web.comfig里面注册
<FCKeditorV2:FCKeditor ID="ckeditor1" runat="server" Height="400px" Width="700px">
</FCKeditorV2:FCKeditor>
我用的fck,方法差不多一个意思
ckeditor1.value
就可以了
<add tagPrefix="FCKeditorV2" namespace="FredCK.FCKeditorV2" assembly="FredCK.FCKeditorV2" />在web.comfig里面注册
<FCKeditorV2:FCKeditor ID="ckeditor1" runat="server" Height="400px" Width="700px">
</FCKeditorV2:FCKeditor>
我用的fck,方法差不多一个意思
ckeditor1.value
就可以了
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询