Package Core\ContentType
cCodeGeneratorAbstract | Abstract CONTENIDO code generator class. |
cCodeGeneratorFactory | CONTENIDO code generator factory. |
cCodeGeneratorStandard | CONTENIDO standard code generator. |
cContentTypeAbstract | Abstract content type from which every content type should inherit. |
cContentTypeAbstractTabbed | Abstract content type for content types which are edited in a tabbed popup. |
cContentTypeDate | Content type CMS_DATE which allows the editor to select a date from a calendar and a date format. The selected date is then shown in the selected format. |
cContentTypeFilelist | Content type CMS_FILELIST which lets the editor select some folders or files. The corresponding files are then shown in the frontend. |
cContentTypeHead | Content type CMS_HEAD which lets the editor enter a single-line text. |
cContentTypeHtml | Content type CMS_HTML which lets the editor enter HTML with the help of a WYSIWYG editor. |
cContentTypeHtmlhead | Content type CMS_HTMLHEAD which lets the editor enter HTML with the help of a WYSIWYG editor. |
cContentTypeImg | Content type CMS_IMG which displays the path to the selected image. |
cContentTypeImgdescr | Content type CMS_IMGDESCR which displays the description of the selected image. |
cContentTypeImgeditor | Content type CMS_IMGEDITOR which lets the editor select an image. |
cContentTypeLink | Content type CMS_LINK which displays the raw link. |
cContentTypeLinkdescr | Content type CMS_LINKDESCR which displays the link description. |
cContentTypeLinkeditor | Content type CMS_LINKEDITOR which lets the editor select a link. |
cContentTypeLinktarget | Content type CMS_LINKTARGET which displays the link target. |
cContentTypeRaw | Content type CMS_RAW which contains hidding texts |
cContentTypeTeaser | Content type CMS_TEASER which lets the editor select articles in various ways which are displayed as teasers. |
cContentTypeText | Content type CMS_TEXT which lets the editor enter a single-line text. |
cTypeGenerator | This class generates content types. |