Nóta
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað aðskrá þig inn eða breyta skráasöfnum.
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað að breyta skráasöfnum.
Remove a message already displayed for a control.
Control types supported
All
Syntax
formContext.getControl(arg).clearNotification(uniqueId);
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
uniqueId |
String | No | The ID to use to clear a specific message that was set using setNotification or addNotification. If the uniqueId parameter isn't specified, the currently displayed notification will be cleared. |
Return Value
Type: Boolean
Description: Indicates whether the method succeeded.