摘要:
Custom File Browser 自定义文件浏览器 在前面的章节中提到了如何使用文件浏览器,这一章介绍如何自定义文件浏览器。 To replace the default image file browser with, for instance a custom image gallery, edit the fckconfig.js or yourcustom... 阅读全文
摘要:
Debugging 调试 The editor brings you a nice tool that helps you debug your code when customizing it to your needs through plugins or direct changes in the source code. You can enable debugging on... 阅读全文
摘要:
Interface Localization 界面的本地化 The languages files must be placed inside the "editor/lang" directory of the project. You can use the file "en.js" as the base file for your tr... 阅读全文
摘要:
关键的内容都说完了,后面还些章节是一些FAQ,老长的页面,就是一些提问和回答,可以到http://docs.cksource.com/FCKeditor_2.x/Developers_Guide 官方手册上查看,前面说过要做一个附录(将所有的配置选项的作用都列举一遍),但是由于时间关系,本人要准备毕业设计和找工作了,所以就不做了,可以到官方手册上查看,在手册的Configuration的Confi... 阅读全文
摘要:
Server Side Integration 服务端集成 This document offers some guidelines that must be considered when developing server side integration for FCKeditor (alias Server Side Integration Pack). There are ... 阅读全文
摘要:
FCKeditor JavaScript API 编辑器的js 应用编程接口 FCKeditor offers a complete JavaScript API so you can interact with it once the editor is loaded and running. FCKeditor提供了完整的 js Api 接口函数,所以你可以在编辑器加载运行时与编... 阅读全文
摘要:
Deployment 开发阶段 Not all files are required by the editor to run, and you could reduce the number and size of the files to be published in a production environment by removing: 在编辑器运行时,并不是... 阅读全文
摘要:
Skins 皮肤 The FCKeditor interface is built using a skin system. The package is distributed with three skins ready to be used, but you can easily create your custom one. FCKeditor的界面显示依赖于一套... 阅读全文
摘要:
Scripts Compression 脚本压缩 The editor scripts source code can be found in the package at the "editor/_source/" directory. It is "human readable" as well as commented. There ar... 阅读全文
摘要:
Plug-ins 插件 Creating & Installing a Plugin in FCKeditor 在FCK中创建和安装一个插件。 Writing a plugin 写一个插件 The directory structure for a plugin must always follow the same pattern. The pl... 阅读全文
摘要:
Built in File Browser 内置的文件浏览器 本章介绍fck 编辑器内置的文件浏览器,可以浏览网站服务端的各种资源文件,像图片浏览,flash资源浏览等,可以打开_samples/default.html 示例文件(译者使用的是2.6.5版编辑器,其他版本的也差不多),在编辑器的工具条中找到 "插入/编辑图像" 和"插入/编辑 Flash" ... 阅读全文
摘要:
Spell Checker 拼写检查器 Spell Checker Configuration 拼写检查器的配置 FCKeditor comes with built-in integration with two spell checkers: ieSpell and Speller Pages. Here you will find informatio... 阅读全文
摘要:
Templates 模板 译者附注:本章所讲的模板 在fck 完整的示例中 即_samples/default.html 文件中的编辑器的工具条 第一行的第六个按钮,如果不在这个位置,可以在附近根据气泡提示找找,在dedecms中把这个按钮也去掉了,因为不是很常用,这个模板按钮点开后,有个类似于对话框的东东,里面列举了一些模板,这些都是已经编辑好的html 代码,点击其中一个,就可以在编辑器中显... 阅读全文
摘要:
Styles 样式 在FCK压缩包提供的完整版的例子中,我们可以在编辑器中看到四个下拉列表,一个是样式下拉列表,一个是格式下拉列表,还有就是字体和大小这两个下拉列表。本章所讲的就是如何自定义 样式下拉列表中的样式。在一些cms中 比如 dedecms 里就把 样式下拉列表给去掉了,可能他觉得不是很常用吧。 Styles Configuration 样式的配置 The e... 阅读全文
摘要:
上一章讲了配置部分,有关完整的配置选项的信息会在最后以附录的形式给出。 Toolbar 工具条 Toolbar Configuration 工具条的配置 It's quite easy to customize the toolbar buttons to your needs. Just edit the configuration file and mo... 阅读全文
摘要:
Configuration File 配置文件 The editor comes with a rich set of configurations that makes it possible to customize its appearance, features and behavior. The main configuration file is named "... 阅读全文
摘要:
由于作者是学PHP的,所以就先说哈PHP加载FCKEDITOR的方式。其他的语言等以后有时间再说。 PHP It is very easy to use FCKeditor in your php web pages. Just follow these steps. 使用PHP加载FCKeditor很容易,只需下面几步: Integration step by step Ste... 阅读全文
摘要:
有关upgrading fckeditor 的更新升级部分,最后在翻译,先翻译与使用相关的部分,因为很多都是js或Php来加载的,所以先讲下js的加载过程。 The "JavaScript Integration Module" is the client side option to include FCKeditor in your ... 阅读全文
摘要:
Installation 安装 Installation of FCKeditor is quite an easy task. Just follow these simple steps: Download the latest version of the editor at the following url: http://www.fckeditor.net/... 阅读全文
摘要:
FCKeditor开发者向导 网上现在比较流行的在线编辑器是FCKeditor ,虽然有一些中文教程讲过配置方法,但都非原著,所以作者对 http://docs.cksource.com/FCKeditor_2.x/Developers_Guide 进行了翻译,希望能弄清FCKeditor的使用。像dedecms都对fckeditor进行了必要的扩展,比如dedecms就修改了 ... 阅读全文