Virtual class that illustrates a single template.
This class is not really part of the API.
description : String
CKEDITOR.plugins.templates.templateDefinition#description
The template's description.
html : String
CKEDITOR.plugins.templates.templateDefinition#html
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
CKEDITOR.plugins.templates.templateDefinition#htmlFile
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.
image : String
CKEDITOR.plugins.templates.templateDefinition#image
The template's thumbnail image path.
It is relative to CKEDITOR.plugins.templates.collectionDefinition.imagesPath.
title : String
CKEDITOR.plugins.templates.templateDefinition#title
The title of the template.
Show private items