Content Object Types
There are various types of content that can be stored in a CMS. Every Content Object does have a specific content type. Content Object Values inherit that type from their Content Object. The types are used to access the content in the correct way (e.g. to set the MIME type in HTTP requests) but as well to provide specific editors for the manipulation of the values.
Symbol |
Type Name |
Purpose |
Edited with … |
---|---|---|---|
Folder |
For structural purposes only, folders are container for other Content Objects. |
||
String |
Short texts (single line), e.g. labels, names, descriptions, tool tips. |
||
Text |
Longer and/or formatted texts with multiple lines or even multiple paragraphs. |
||
Image |
An image of arbitrary size. GIF Image, PNG Image, JPG Image types are supported. |
||
Source |
Scripts of any form, e.g. javascript or jsp snippets. |
||
Page |
Container object for HTML Page content. This is used in Web Page process elements. |
||
CSS |
Cascaded Style Sheet definitions |
||
Layout |
JSP HTML layout with included Content Objects. Typically created and used as part of a Page object. |
||
Panel |
Panels are the content parts for Page objects and are defined with Layout objects. |
||
JSP |
Alternative to the Page object. Uses pure JSP for layouting. |
||
Table |
Allows to place content and Content Objects into a HTML table. |
||
Link |
Generates a HTML link or form. |
||
Result Table |
Generates dynamic tabular HTML content from process data. |
||
Smart Table |
Generates dynamic tabular HTML content from process data gathered from a data base, Supports paging. |
||
Document |
Any document (the most common document formats are supported such as PDF, DOC, XLS, MP3 …) |