azSnackbarText
Type: String
Default: ""
Values: Text or HTML
azSnackbarPosition
Type: String
Default: "left-top"
Values: "left-top" or "center-top" or "right-top" or "full-width-top" or "left-bottom" or "center-bottom" or "right-bottom" or "full-width-bottom"
azSnackbarTopMargin
Type: Integer
Default: 20
Unit: pixels
azSnackbarBottomMargin
Type: Integer
Default: 20
Unit: pixels
azSnackbarMobileMinHeight
Type: Integer
Default: 0
Unit: pixels
For screen sizes below 576px, you can set a minimum height of the AZSnackbar.
azSnackbarClose
Type: Boolean
Default: false
Values: false or true
By changing the value to true, a close button (X) will be inserted in the right part, at the same time as
azSnackbarTimeout is overridden, ie the AZSnackbar is displayed until you choose to close it.
azSnackbarTimeout
Type: Integer
Default: 3000
Unit: milliseconds
azSnackbarBackgroundColor
Type: Color Hex
Default: ""
Se også CSS .az-snackbar
azSnackbarColor
Type: Color Hex
Default: ""
Se også CSS .az-snackbar > .az-snackbar-table .az-snackbar-text
azSnackbarCloseColor
Type: Color Hex
Default: ""
Se også CSS .az-snackbar > .az-snackbar-table .az-snackbar-close
functionlib/azSnackbarAfterOpen
Type: Function
$.subscribe("functionlib/azSnackbarAfterOpen", function (e, data)
{
data.azChangeText - ƒ (n)
data.azCloseSnackbar - ƒ ()
});
This function is triggered when AZSnackbar is fully initiated.