FCKEDITOR中文配置手册----内容模版配置 (三)

阅读更多
Templates 模板
译者附注:本章所讲的模板 在fck 完整的示例中 即_samples/default.html 文件中的编辑器的工具条 第一行的第六个按钮,如果不在这个位置,可以在附近根据气泡提示找找,在dedecms中把这个按钮也去掉了,因为不是很常用,这个模板按钮点开后,有个类似于对话框的东东,里面列举了一些模板,这些都是已经编辑好的html 代码,点击其中一个,就可以在编辑器中显示出来。

Templates Configuration 模板的配置
With FCKeditor, the end user can select a template from a list by clicking in the "Templates" icon in the toolbar. A template is a piece of HTML that is placed inside the editor, in this way the user doesn't need to start writing it from scratch, but a designer can prepare well designed templates, avoiding user errors before they happen.使用FCKeditor ,终端用户可以通过点击工具条上的"模板" 图标按钮 选择一个列举的模板。一个模板就是一段预先定义好的 可以直接写入编辑器的 html 代码。这样通过设计好的模板,用户就不用自己设计文章的排版了,很方便快捷。

The editor comes with three sample templates that are used just to show the way it works. It is quite easy to configure and customize it to use your templates. You just need to edit the "fcktemplates.xml" file. Even better, you can create a separated template file (XML file) outside the editor's directory and just configure the editor to use it. 在编辑器中默认设置了三个示例模板,这几个模板只是用来显示他们是如何工作的。你可以很轻松的配置和定义你自己的模板。在FCKeditor的安装目录下有个默认的模板文件 "fcktemplates.xml"  。你可以修改该文件来创建自己的模板,或者,你可以在编辑器安装目录外新建一个模板文件(xml 文件),然后在配置文件中指定你的模板文件的路径即可。

Pointing the editor to your Templates Definitions file 指定你自定义的模板文件的位置
Lets assume you have created a custom Templates Definitions file named "mytemplates.xml" and have placed it in the document root of your web site. Now, just set the following configuration in the fckconfig.js file or in your own Configuration File:  假设你已经创建了一个名为 "mytemplates.xml"的模板文件,并且将它放置到了你网站的根目录下。现在,你只需在fckconfig.js配置文件中或你自己的配置文件中设置如下的配置选项:

FCKConfig.TemplatesXmlPath = '/mytemplates.xml' ;The Templates Definitions XML file     xml 模板文件的定义
This is a sample XML that defines two simple templates:  下面是个XML示例,其中定义了两个简单的模板:



  
  


All you have here is a root element with many