Description: A alert pop-up with auto-dismiss feature.
JavaDoc: Click here
Body content: Empty. All enclosed content will be ignored.
Attributes:
| Name | Description | Data type | Required | Default value |
| id | the alert ID | String | No | Auto-generated |
| type | The alert type (error, info) | String | No | info |
| title | The title for the Dialog window | String | Yes | - |
| description | The content for the alert body. | String | No | - |
| cssClass | A css class to apply. | String | No | - |
| timmout | The number of mili-seconds that the alert will stay visible. (0 means it will not auto-hide) | String | No | 4 seconds (4000) |
Alert types: Available types:
Examples:
<dif:document>
<dif:alertPopup title="Confirm operation" />
...
</dif:document>