webapp/components/flow-design-system/fds-demo.html [2838:2848]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
title: 'Warning',
message: 'Some help text regarding the warning.',
verticalPosition: 'top',
horizontalPosition: 'left',
icon: 'fa fa-exclamation-triangle',
color: '#E98A40',
duration: 3000
});
},
showErrorSnackBar: function () {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
webapp/components/flow-design-system/fds-demo.js [624:634]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
title: 'Warning',
message: 'Some help text regarding the warning.',
verticalPosition: 'top',
horizontalPosition: 'left',
icon: 'fa fa-exclamation-triangle',
color: '#E98A40',
duration: 3000
});
},
showErrorSnackBar: function () {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -