InterviewSolution
| 1. |
What Do You Mean By Dialogs In Materialize? |
|
Answer» Materialize provides various method to show unremarkable alerts. It also provides a term toast form them. FOLLOWING is given syntax: Materialize.toast(MESSAGE, display Length, className, complete CALLBACK); Where message: It is used to displayed Message to the user. displayLength: Duration of the message after it will disappear. className: Style class to be applied to the toast. For example, 'rounded'. complete Callback: This Callback method to be called once toast is dismissed. Materialize provides various method to show unremarkable alerts. It also provides a term toast form them. Following is given syntax: Materialize.toast(message, display Length, className, complete Callback); Where message: It is used to displayed Message to the user. displayLength: Duration of the message after it will disappear. className: Style class to be applied to the toast. For example, 'rounded'. complete Callback: This Callback method to be called once toast is dismissed. |
|