liangshiwei
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
8 additions and
1 deletions
-
docs/en/UI/AspNetCore/Tag-Helpers/Modals.md
|
|
|
@ -33,6 +33,13 @@ A value indicates the positioning of the modal. Should be one of the following v |
|
|
|
* `false` (default value) |
|
|
|
* `true` |
|
|
|
|
|
|
|
### Scrollable |
|
|
|
|
|
|
|
A value indicates the scrolling of the modal. Should be one of the following values: |
|
|
|
|
|
|
|
* `false` (default value) |
|
|
|
* `true` |
|
|
|
|
|
|
|
### size |
|
|
|
|
|
|
|
A value indicates the size of the modal. Should be one of the following values: |
|
|
|
@ -78,4 +85,4 @@ A value indicates the positioning of your modal footer buttons. Should be one of |
|
|
|
* `Center` |
|
|
|
* `Around` |
|
|
|
* `Between` |
|
|
|
* `End` |
|
|
|
* `End` |
|
|
|
|