Browse Source

Update Modals.md

pull/6659/head
liangshiwei 5 years ago
committed by GitHub
parent
commit
fefd3dd19e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 9
      docs/en/UI/AspNetCore/Tag-Helpers/Modals.md

9
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`

Loading…
Cancel
Save