Home > 整站程序 > FCKeditor的工具栏调用

FCKeditor的工具栏调用

是用FCKeditor后可以发现实际上是产生了一个iframe
而这个iframe指向一个FCK组件的html地址
如果不使用对象方式来产生fck编辑器,而是仿造iframe及上面的写法也是可以产生FCK编辑器的
但是这样一来,对用户设置的限制工具栏的作用就没有了
按照下面的方式调用
<iframe id="FCKeditor1___Frame"
        src="/fckeditor/editor/fckeditor.html?InstanceName=FCKeditor1&Toolbar=Default"
        width="100%" height="200" frameborder="0" scrolling="no">
</iframe>
可以获得所有的工具栏

Categories: 整站程序 Tags:
  1. No comments yet.
  1. No trackbacks yet.

Note: Commenter is allowed to use '@User+blank' to automatically notify your reply to other commenter. e.g, if ABC is one of commenter of this post, then write '@ABC '(exclude ') will automatically send your comment to ABC. Using '@all ' to notify all previous commenters. Be sure that the value of User should exactly match with commenter's name (case sensitive).