如何使前台互动模块调用使用富文本编辑器?
作者:本站编辑
发布时间:2009-10-10
来源:本站原创
点击数:
采用逐浪CMS的互动模块,可以自由的建立起各种表单、问券调查的表单,对于普通的表单,我们采用input就可以实现了,那如何调用超文本编辑器呢?
其调用代码是:
<input type="hidden" id="字段名" name="字段名" value="">
<iframe id="字段名_Frame" src="/editor/fckeditor_1.html?InstanceName=字段名&Toolbar=Default" width="715px" height="400px" frameborder="no" scrolling="no"></iframe>
其中编辑器有简单、标准、复杂三种程式,只要定义editor/fckeditor_1.html为editor/fckeditor_2.html或editor/fckeditor_3.html即可了。