Attributes |
Name | Required | Request-time | Type | Description |
type | true | true | java.lang.String | The type of resources that can be included dynamically. The following values are supported: - css
- Allow to include css styles, or links to style files, dynamically.
- javascript
- Allow to include javascript code, or links to script files, dynamically.
|
defaults | false | true | java.lang.String | A pipe ("|") separated list of css/javascript files that should be included by default. |
closetags | false | true | java.lang.String | Configure if the HTML tags generated by <cms:headincludes> should also be closed if closing is not mandatory. The following values are supported: - false (default)
- Generated tags are only closed if mandatory.
- true
- All generated tags are closed.
|
detailtype | false | true | java.lang.String | Type of the detail container. Telling the type here will allow to load includes from the most suitable detail formatter if more than one detail formatter is present for a content type. Use the same value as set for the type attribute an the detail container. |
detailwidth | false | true | java.lang.String | Width of the detail container. Telling the width here will allow to load includes from the most suitable detail formatter if more than one detail formatter is present for a content type. Use the same value as set for the width attribute an the detail container. |