| Attributes |
| Name | Required | Request-time | Type | Description |
| dialogId | true | true | java.lang.String | The id of the dialog. This should not contain any spaces as it is used in Javascript logic. |
| okOnClick | true | true | java.lang.String | The action to invoke when the ok button is clicked. This can be any text which is allowed to used within a onClick event. |
| cancelOnClick | false | true | java.lang.String | The action to invoke when the cancel button is click. This can be any text which is allowed to be used within a onClick event. By default this action is set to close the dialog and take no additional action. |
| okLabel | false | true | java.lang.String | The label for the ok button. By default this is "Ok" |
| cancelLabel | false | true | java.lang.String | The label for the cancel button. By default this is "Cancel" |