Tag: FCKe预览模式: 普通 | 列表
09-02
17

FCKeditor JS API

<script type="text/javascript" src="../../fckeditor.js"></script>

  1// FCKeditor_OnComplete is a special function that is called when an editor
  2// instance is loaded ad available to the API. It must be named exactly in
  3// this way.
  4function FCKeditor_OnComplete( editorInstance )
  5{
  6    // Show the editor name and description in the browser status bar.
  7    document.getElementById('eMessage').innerHTML = 'Instance "' + editorInstance.Name + '" loaded - ' + editorInstance.Description ;

查看更多...

Tags: FCKe

分类:学习 | 固定链接 | 评论: 1 | 引用: 0 | 查看次数: 510