Giter Site home page Giter Site logo

etoastr's Introduction

EToastr

toastrjs for Yii framework flash messages https://github.com/CodeSeven/toastr

Usage

Unpack to protected/extensions/widgets

in your theme or the view where you want to use the flash messages put this:

<?php
$this->widget('ext.widgets.etoastr.EToastr',array(
	'flashMessagesOnly'=>true, //default to false
	'message'=>'will be ignored', //because flashOnlyMessages is true
	//the options passed to the plugin
	'options'=>array(
		'positionClass'=>'toast-top-right',
		'fadeOut'	=>	1000,
		'timeOut'	=>	10000,
		'fadeIn'	=>	1000
		)
	));
?>

The controller must send flash messages for example after successful save:

Yii::app()->user->setFlash('success', 'The model was saved with success');

as you can see the first parameter for setFlash function (in this case 'success') is here to define the type of the notification, the type can be:

  • success
  • error
  • warning
  • info

for other options please visit http://codeseven.github.com/toastr/

etoastr's People

Watchers

James Cloos avatar handcode avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.