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