kaystrobach/toastr

安装数: 7,632

依赖者: 1

建议者: 0

安全性: 0

星标: 0

关注者: 2

分支: 0

开放性问题: 0

语言:JavaScript

类型:neos-extension

2.2.0 2023-09-13 12:03 UTC

This package is auto-updated.

Last update: 2024-09-13 14:19:29 UTC


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>