Browse Source

fix code error

pull/11812/head
TotPeRo 4 years ago
committed by GitHub
parent
commit
fd31cc7eb9
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/en/UI/AspNetCore/Modals.md

2
docs/en/UI/AspNetCore/Modals.md

@ -480,4 +480,4 @@ Here, the list of all available functions to register to events of the `ModalMan
* `onOpen(callback)`: Registers a callback function to get notified once the modal is opened. It is triggered when the modal is completely visible on the UI.
* `onClose(callback)`: Registers a callback function to get notified once the modal is closed. It is triggered when the modal is completely invisible on the UI.
* `onResult(callback)`: Registers a callback function that is triggered when the ``setResult(...)` method is called. All the parameters sent to the `setResult` method is passed to the callback.
* `onResult(callback)`: Registers a callback function that is triggered when the `setResult(...)` method is called. All the parameters sent to the `setResult` method is passed to the callback.

Loading…
Cancel
Save