Templates FCK

Do something cool with CMS? Show us ...
This board is for 'Answers', and the discussion of answers... Not for questions.
Post Reply
mustis

Templates FCK

Post by mustis »

Where are the templates to use in the FCK editor stored? Need to create some few more...
estring
Forum Members
Forum Members
Posts: 22
Joined: Tue Sep 06, 2005 2:55 am

Re: Templates FCK

Post by estring »

If you are referring to the templates that are invoked from FCKeditor, they are stored within an fcktemplates.xml file located in \modules\FCKeditorX\FCKeditor\fcktemplates.xml.

Each node of the XML document defines a template:

Code: Select all

<Template title="YOUR TEMPLATE DESCRIPTION GOES HERE!!!" image="YOUR TEMPLATE IMAGE">
    <Description>
        YOUR TEMPLATE DESCRIPTION GOES HERE!!!
    </Description>
    <__html>
        <![CDATA[
             YOUR HTML TEMPLATE CODE GOES HERE!!!
        ]]>
    </__html>
</Template>
Hope this helps.
mustis

Re: Templates FCK

Post by mustis »

Thanks...
Post Reply

Return to “Tips and Tricks”