kaystrobach / toastr
2.2.0
2023-09-13 12:03 UTC
Requires
- neos/flow: ~4.0 || ~5.0 || ~6.0 || ~7.0 || ~8.0
README
此包将flow的flash消息转换为toastr消息。
http://codeseven.github.io/toastr/
要使用它,只需在模板中提供jQuery并使用
{namespace toastr=KayStrobach\Toastr\ViewHelpers}
<toastr:ToastrFlashMessages />
additionally you need the following in your header
<link href="{f:uri.resource(path:'Contrib/Toastr/toastr.css', package:'KayStrobach.Toastr')}" rel="stylesheet">
<script src="{f:uri.resource(path:'Contrib/Toastr/toastr.js', package:'KayStrobach.Toastr')}"></script>