[columnContainer border=”yes”]
[column span=”span12″]
This page displays Alert Shortcode examples. The alert shortcodes accepts the close parameter with a value of true or false. Passing in a value of false will prevent the alert box from being closed (see the Danger Box example below).
[/column] [/columnContainer][columnContainer border=”yes”]
[column span=”span6″]
[panelHeader icon=”icon-warning-sign”]Danger Box[/panelHeader]
[/column]
[column span=”span6″]
[panelHeader icon=”icon-info”]Info Box[/panelHeader]
[/column]
[/columnContainer]
(alert close="true" type="danger")This is an Alert Danger box.(/alert)
This is an Alert Danger box.
(alert close="true" type="info")This is an Info box.(/alert)
This is an Alert Info box.
[columnContainer]
[column span=”span6″]
[panelHeader icon=”icon-thumbs-up-alt”]Success Box[/panelHeader]
[/column]
[column span=”span6″]
[panelHeader icon=”icon-adn”]Alert Box[/panelHeader]
[/column]
[/columnContainer]
(alert close="true" type="success")This is a Success box.(/alert)
This is an Alert Success box.
(alert close="true" type="alert")This is an Alert box.(/alert)
This is an Alert box.