rb:error

Description

Renders a standard Sociali error message. The content within the <rb:error> tags is used as the error message text.

 

Attributes

required message string The heading text to display in the error box. Alternately, you can specify the heading text using an rb:message child.
optional decoration string Customize the appearance of the error by choosing among two styles:
  • no_padding - Removes the 20 pixels of padding that surrounds the error message by default.
  • shorten - Removes the 20 pixels of padding from the bottom of the error message.

Notes

The error must contain at least one rb:message child or the message attribute as the heading text.