在应用程序的侧面显示一个临时通知。它不影响工作流程。
identifier:ui_notification
属性
类型。定义了通知的可视化。可能的值。INFO, NOTIFICATION, WARN, and ERROR
持续时间。通知消失的时间。可能的值。短(3秒),和长(10秒)。
show_immediately:立即显示通知。
构成要素
信息。要显示的内容
例子
<ui_notification id="error_note" type="ERROR" duration="LONG" show_immediately="true">
<message>No server connection established!</message>
</ui_notification>