short-notify Bootstrap short notifications

  1. Requirements
  2. Usage
  3. Note

Bootstrap short notifications

Requirements

  • Bootstrap 3.x
  • Yii 1.x

Usage

1) Extract content in your extensions directory

2) Add in layout: ~~~ $this->widget('ext.notify.Notify'); ~~~

3) Woad your message as follows. ~~~ Yii::app()->user->setFlash('success', 'Your content...'); ~~~

Note

You can change the color of the message, simply replace "success" for the types of default bootstrap alerts

0 0
1 follower
156 downloads
Yii Version: 1.1
License: BSD-2-Clause
Category: User Interface
Developed by: rafaelt88
Created on: Jun 25, 2015
Last updated: 8 years ago

Downloads

show all

Related Extensions