| |||||||
FRAMES NO FRAMES |
Via this tag, you can render an XML content with a given formatter from inside a (formatter) JSP.
This tag is simpler than the <cms:display> tag in that it only allows you to specify a single formatter.
Optionally, you can display edit points at the output. They facilitate similar editing functionality as <cms:edit>
.
In the body of the <cms:display>
the following other tags can be used
<cms:param>
This tag, contrary to it's default purpose, is used to pass element settings.
To pass a setting, write:
<cms:param name="settingName">settingValue</cms:param>
passSettings
. Tag Information | |
Tag Class | org.opencms.jsp.CmsJspTagSimpleDisplay |
TagExtraInfo Class | None |
Body Content | JSP |
Display Name | None |
Attributes | ||||
Name | Required | Request-time | Type | Description |
passSettings | false | true | java.lang.String | If you use the tag inside a formatter that already has settings, you can pass these settings to the formatter used by the display tag. |
formatter | false | true | java.lang.String | Specifies the formatter configuration file which should be used to render the content. |
formatterKey | false | true | java.lang.String | Specifies a formatter key to determine the formatter used to render the content. |
settings | false | true | java.lang.String | Allows to set the element settings as a java.util.Map |
editable | false | true | java.lang.String | If set to Default: |
value | true | true | java.lang.String | Site path or structure id of the XML content that should be rendered via the <cms:display> -tag. |
create | false | true | java.lang.String | If set to |
creationSiteMap | false | true | java.lang.String | The location where newly created contents are stored is read from sitemap configurations. |
delete | false | true | java.lang.String | If set to false |
postCreateHandler | false | true | java.lang.String | The fully qualified class name of a org.opencms.file.collectors.I_CmsCollectorPostCreateHandler that is called when a new resource is created via the tag. |
cacheable | false | true | java.lang.String | Flag to indicate if the included file should be cacheable in the Flex Cache. Default: "true". |
uploadFolder | false | true | java.lang.String | The folder to upload binary folders to. If not set, upload for binary files is disabled. |
Variables | No Variables Defined. |
| |||||||
FRAMES NO FRAMES |