kaystrobach/toastr

Last activity 13 Sep 2023 8225
composer require kaystrobach/toastr

0.2.1

Version
0.2.1
Type
typo3-flow-package
Release Date
Jul 03, 2017 13:12
Source
git
Distribution
zip
Requires
  • typo3/flow: *
1a0730c5f2be7a177211b6bdc3dc2da038f2005a

Readme excerpt

FLOW.Toastr

This Package converts the flow flashmessages into toastr messages.

http://codeseven.github.io/toastr/

To use it just provide jQuery in your template and use:

{namespace toastr=KayStrobach\Toastr\ViewHelpers} <toastr:ToastrFlashMessages /> additionally you need the following in your header <link href="https://raw.githubusercontent.com/kaystrobach/FLOW.Toastr/master/{f:uri.resource(path:'Contrib/Toastr/toastr.css', package:'KayStrobach.Toastr')}" rel="stylesheet"> <script src="https://raw.githubusercontent.com/kaystrobach/FLOW.Toastr/master/{f:uri.resource(path:'Contrib/Toastr/toastr.js', package:'KayStrobach.Toastr')}"></script>…
Read more
The content of the readme is provided by an external source, which we have no control over. Check out the actual readme at its source.
The same vendor provides 13 package(s).