Report an issue
Class

CKEDITOR.plugins.templates.templateDefinition

class abstract

Virtual class that illustrates a single template.

This class is not really part of the API.

Filtering

Properties

  • description : String

    The template's description.

  • html : String

    The template's HTML content.

    Every template needs either HTML content provided directly by html property or from the file pointed by htmlFile property.

  • htmlFile : String

    The path to the file that contains template's HTML content. It has precedence over html property.

    The path is relative to the page's URL.

    Every template needs either HTML content provided directly by html property or from the file pointed by htmlFile property.

  • image : String

    The template's thumbnail image path.

    It is relative to CKEDITOR.plugins.templates.collectionDefinition.imagesPath.

  • title : String

    The title of the template.