FCKeditor载入顺序
The following is the execution and loading order of files in the editor (for an instance created in a page):
-
The "editor/fckeditor.html" page is loaded. This is the main page that holds and loads a editor instance.
-
The main JavaScript scripts are loaded from the "editor/js" directory. This is the code that runs the editor.
-
The "fckconfig.js" file is loaded. This is the main configuration file, located at the root of the distribution file.
-
(Optional) If the "CustomConfigurationsPath" setting has been set, the custom configuration file is loaded.
- [ In-page configurations are loaded in the editor ]
- The main skin CSS file (fck_editor.css) is loaded.
- The language file is loaded.
- [ The context menu is initialized ]
- All plugins are loaded.
- [ The !JavaScript API is initialized ]
- All configured images are preloaded.
- The toolbar is created and all its related files are loaded.
- [ The editing area contents are loaded ]
- [ The editor status is set to "FCK_STATUS_COMPLETE" ]
- [ The special "FCKeditor_OnComplete" function is called in the containing page ] (See JavaScript API)
点击这里查看来源位置。
感谢您的关注。您现在可以 留言(0) 或 留下通告地址 。
相关信息
该文章 2007年03月30日 提交,位于分类 JavaScript 下. 标签: .上一篇: FCKeditor支持上传中文文件 »
下一篇: 使用开源软件设计、开发和部署协作型 Web 站点 »

