andrelohmann-silverstripe/bootstrap_flash_message

Create flash messages with bootstrap alert UI.

Installs: 903

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 3

Open Issues: 1

Type:silverstripe-module

pkg:composer/andrelohmann-silverstripe/bootstrap_flash_message

1.0.0 2016-05-04 11:01 UTC

This package is auto-updated.

Last update: 2025-09-29 02:05:52 UTC


README

Maintainers

  • Andre Lohmann (Nickname: andrelohmann)

Requirements

Silverstripe 3.3.x

Introduction

Allow to create flash messages with bootstrap alert UI

Installation

Just install the module folder into your silverstripe root and add the following to your Template

<% include BootstrapFlashMessage %>

Usage

Inside your logic you can use set your Flashmessage the following way:

BootstrapFlashMessage::set('Your Message', 'TYPE');

Type can set to one of the following types:

success, info, warning, danger