rb:success

Description

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

 

Attributes

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

 

 

Notes

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