Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

More general details about Display Pattern Display Pattern

Expand
titleFile Type Pattern

File Type Pattern

The following code fragments can be used:

Code Block
languagehtml
<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

...