Flex UI Library (1.6.10)
User Interface Resources
Theme Components Miscellaneous
Exploratory Components
Miscellaneous
Feature Examples
Address Search Contact Management Mobile Price Range 1 Price Range 2 Responsive Hot Sheet Responsive Layout
Product Marketing
Licensed Photos - [new window] Screenshot Library
Tools & Reference
Debug Tips
Toast
Message Styles
Notice
Dismiss
Success
Dismiss
Warning
Dismiss
Error
Dismiss
Code Samples

    <button class="btn btn-primary" onclick="toast.notice('You have been notified!');">
      Notice message with default fade time
    </button>

    <button class="btn btn-primary" onclick="toast.success('You did it!', 3000);">
      Success with 3 second fade
    </button>

    <button class="btn btn-primary" onclick="toast.error('You broke it!', false);">
      Error with no fade
    </button>