andrelohmann-silverstripe/bootstrap_flash_message
Composer 安装命令:
composer require andrelohmann-silverstripe/bootstrap_flash_message
包简介
Create flash messages with bootstrap alert UI.
README 文档
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
统计信息
- 总下载量: 903
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 4
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2016-05-04