EasyBlogThemesHelperSnackbar
in package
Table of Contents
Methods
- heading() : mixed
- Renders heading snackbars
- search() : mixed
- Renders the search for the snackbar
- standard() : mixed
- Standard snackbar heading
Methods
heading()
Renders heading snackbars
public
heading(mixed $title[, mixed $btn = [] ]) : mixed
Parameters
- $title : mixed
- $btn : mixed = []
Tags
search()
Renders the search for the snackbar
public
search(mixed $element, mixed $value[, mixed $options = [] ]) : mixed
Parameters
- $element : mixed
- $value : mixed
- $options : mixed = []
Tags
standard()
Standard snackbar heading
public
standard(mixed $title[, mixed $actions = [] ]) : mixed
Parameters
- $title : mixed
- $actions : mixed = []