Skip to content

Commit f36c2ca

Browse files
committed
Fixed links in documentation
1 parent 3c51ce4 commit f36c2ca

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/documentation/docs/controls/AnimatedDialog.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ The code below does the following:
9898
- adds an icon (question mark) above the title
9999
- adds `Yes` and `No` buttons in the footer as `showAnimatedDialogFooter` is set to `true`.
100100
- passes 3 functions
101-
- onOkClick : The function that gets executed when the `No` button is clicked.
101+
- onOkClick : The function that gets executed when the `Ok/Yes` button is clicked.
102102
- onSuccess : The function that gets executed on successful operation of the above function.
103103
- onError: The function that gets executed when the `onOkClick` function fails.
104104

@@ -293,12 +293,12 @@ In addition to the`Office UI Fabric dialog` [properties](https://developer.micro
293293
| dialogAnimationOutType | string | no | The name of the dialog exit animation. See [animate.css](https://animate.style/) for values | zoomOut |
294294
| iconName | string | no | The name of the Fabric UI icon that appears above title. | |
295295
| iconAnimationType | string | no | The name of the icon entrace animation. See [animate.css](https://animate.style/) for values. | zoomIn |
296-
| showAnimatedDialogFooter | boolean | no | Should the animated dialog show it's own footer. [See example 3 and 4](#3.-Adding-icons-and-functions) above for usage. | false |
297-
| okButtonText | string | no | The text of the the OK button if showAnimatedDialogFooter is `true`. [See example 3](#3.-Adding-icons-and-functions) above for usage. | Ok |
298-
| cancelButtonText | string | no | The text of the the Cancel button if showAnimatedDialogFooter is `true`. [See example 3](#3.-Adding-icons-and-functions) above for usage. | Cancel |
299-
| onOkClick | function | no | The function to be executed when Ok button is clicked. Valid only when showAnimatedDialogFooter is `true`. [See example 3](#3.-Adding-icons-and-functions) above for usage. | |
300-
| onSuccess | function | no | The function to be executed after successful execution of the OK button function. Valid only when showAnimatedDialogFooter is `true`. See example 3 above for usage. | |
301-
| onError | function | no | The function to be executed after unsuccessful execution of the OK button function. Valid only when showAnimatedDialogFooter is `true`. See example 3 above for usage. | |
296+
| showAnimatedDialogFooter | boolean | no | Should the animated dialog show it's own footer. [See example 3 and 4](#3-Adding-icons-and-functions) above for usage. | false |
297+
| okButtonText | string | no | The text of the the OK button if showAnimatedDialogFooter is `true`. [See example 3](#3-Adding-icons-and-functions) above for usage. | Ok |
298+
| cancelButtonText | string | no | The text of the the Cancel button if showAnimatedDialogFooter is `true`. [See example 3](#3-Adding-icons-and-functions) above for usage. | Cancel |
299+
| onOkClick | function | no | The function to be executed when Ok button is clicked. Valid only when showAnimatedDialogFooter is `true`. [See example 3](#3-Adding-icons-and-functions) above for usage. | |
300+
| onSuccess | function | no | The function to be executed after successful execution of the OK button function. Valid only when showAnimatedDialogFooter is `true`. [See example 3](#3-Adding-icons-and-functions) above for usage. | |
301+
| onError | function | no | The function to be executed after unsuccessful execution of the OK button function. Valid only when showAnimatedDialogFooter is `true`. [See example 3](#3-Adding-icons-and-functions) above for usage. | |
302302

303303

304304
![](https://telemetry.sharepointpnp.com/sp-dev-fx-controls-react/wiki/controls/AnimatedDialog)

0 commit comments

Comments
 (0)