More general details about Display Pattern Display Pattern
Expand |
---|
|
File Type PatternThe following code fragments can be used: Code Block |
---|
| <cp-overlay-box-top-left style="..."></cp-overlay-box-top-left>
<cp-overlay-box-bottom-left style="..."></cp-overlay-box-bottom-left>
<cp-overlay-box-bottom-right style="..."></cp-overlay-box-bottom-right> |
Rules the style property is optional: if defined it will allow overriding the default styles of the overlay box. It directly binds to the style attribute of an HTML element and therefore can contain standard CSS style attributes The content of each element can be other HTML tags or text See Examples for some examples of different display patterns for different FileTypes / VirtualTypes
|
Expand |
---|
title | Virtual Item Pattern |
---|
|
Virtual Item Pattern Code Block |
---|
| <cp-thumbnail-content></cp-thumbnail-content>
<cp-overlay-box-top-left></cp-overlay-box-top-left>
<cp-overlay-box-bottom-left></cp-overlay-box-bottom-left>
<cp-overlay-box-bottom-right></cp-overlay-box-bottom-right> |
|
Expand |
---|
|
Icons Note |
---|
Only a limited set of icons will be supported with the overnext release. We implemented backward compatibility with Picturepark Weisshorn to ensure that you have enough time to update the icons to the new supported ones. |
Embed icons with Code Block |
---|
| <cp-icon name="video-image" size="24"></cp-icon> |
|
...