Element: <oj-messages>

Oracle® JavaScript Extension Toolkit (JET)
15.1.0

F83700-01

DOM Interface: MessagesElement

Version:
  • 15.1.0
Since:
  • 5.0.0
.oj-messages-inline-remove-bottom-border
Inline messages will include a bottom border so that the messages section is demarcated from the contents below it. If this border is not desirable for certain page layouts, it can be removed by setting this marker class on oj-messages.
Example
<oj-messages class="oj-messages-inline-remove-bottom-border">
  <!-- Content -->
</oj-messages>
.oj-messages-outlined
Inline messages (Banners) can be either Edge-to-Edge or Outlined. By default, the inline messages are rendered as Edge-to-Edge Banner messages. If Outlined Banner messages are preferred instead, add oj-messages-outlined class on the oj-messages element.
Since:
  • 10.0.0
Example
<oj-messages class="oj-messages-outlined">
  <!-- Content -->
</oj-messages>