📅  最后修改于: 2020-10-22 08:29:47             🧑  作者: Mango
Materialize提供了各种特殊方法来向用户显示通俗易懂的警报。物化为他们提供术语敬酒。以下是将对话框显示为吐司的语法。
Materialize.toast(message, displayLength, className, completeCallback);
哪里,
对于工具提示,Materialize提供以下CSS类。
Sr.No. | Class Name & Description |
---|---|
1 | tooltipped
Identifies a component to have a tooltip. |
2 | data-position
Position of the tooltip; bottom, top, left, or right. |
3 | data-delay
Sets the duration of the tooltip after which it will disappear. |
4 | data-tooltip
Sets the tooltip contents. |
下面的示例演示了吐司和工具提示的用法。
The Materialize Dialogs Example
Toasts
Normal Alert!
Italic Alert!
Rounded Alert!
Callback Alert!
Tooltips
Bottom
Left
Right
Top
验证结果。