The notification is used to display an informative message. It will normally be used as part of a notificationbox. The box includes a button which the user can use to close the box.
<notification label="This is a warning"/>
persistence
notificationbox
's removeTransientNotifications
method does not remove them. This may be used to close a set of notifications as a group without affecting other notifications.priority
notificationbox
's appendNotification
method.type
info
warning
critical
value
menulist
elements, the contents, as visible to the user, are read and set using the Menulist.value syntax. For those elements, setAttribute("value", myValue) and getAttribute("value") do not access or affect the contents displayed to the user.
accessibleType
persistence
persistence
attribute.value
value
attribute. For textbox
and user editable menulist
elements, the contents, as visible to the user, are read and set using the Textbox.value
and Menulist.value syntax.
close()
notificationbox
or findbar
.notificationbox