...
The name CMS_FILELIST specifies which content type should be used and [1] is the index of headline. The index must be integer value.
Info | ||
---|---|---|
| ||
If you are using more then one CMS_FILELIST per article, you have to change/increment index of the next CMS_FILELIST . |
...
Possible placeholder which you can use are:
- {TITLE}
- {FILEMETA_DESCRIPTION}
- {FILEMETA_MEDIANAME}
- {FILEMETA_KEYWORDS}
- {FILEMETA_INTERNAL_NOTICE}
- {FILEMETA_COPYRIGHT}
- {FILETHUMB}
- {FILENAME}
- {FILESIZE}
- {FILEEXTENSION}
- {FILECREATIONDATE}
- {FILEMODIFYDATE}
- {FILEDIRECTORY}
- {FILELINK}
Methods for CMS_FILELIST
List all methods for CMS_FILELIST at our API documentation.
Function name | Description |
---|---|
generateViewCode() | Generates the code which should be shown if this content type is shown in the frontend. |
generateFileListCode() | Function is called in edit- and viewmode in order to generate code for output. |
generateEditCode() | Generates the code which should be shown if this content type is edited. |
generateFileSelect() | Generate a select box containing all files for the manual tab. |