-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(doc): update pagination.examples.centering-active-page-link.md (#…
…5463) You should be check grammar.
- Loading branch information
Showing
1 changed file
with
10 additions
and
10 deletions.
There are no files selected for viewing
20 changes: 10 additions & 10 deletions
20
docs/spec/pagination/pagination.examples.centering-active-page-link.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,30 @@ | ||
8.10: Pagination Centering the active page link examples | ||
============================================ | ||
|
||
**Primary Actor**: User | ||
**Primary Actor**: User | ||
|
||
**Scope**: Ngx-bootstrap DEMO / BS version 3&4 | ||
|
||
**Goal**: Show user centering the active page link functionality | ||
|
||
Main success scenario: | ||
---------------------- | ||
|
||
1. User opens "Pagination" demo page | ||
2. User clicks on "Centering the active page link" sub-menu | ||
3. By default maximum page numbers equal to 5 and active page 1. | ||
4. By default centering the active page link is enabled | ||
5. When user clicks on 5th page, then active page - 5 and it centered, maximum count of pages - 5 | ||
5. When the user clicks on 5th page, then active page - 5 and it centered, maximum count of pages - 5 | ||
6. After click on "Next" button, then active page - 6 and it centered, maximum count of pages - 5 | ||
7. After click on "Previous" button, then active page - 5 and it centered , maximum count of pages should 5 | ||
8. When user clicks on "Toggle centering current page link", then "last" and "first" buttons are appeared, and should be marked like "..." | ||
9. When user clicks on 5th page, then active page - 5 and it located by right side, maximum count of pages - 5 | ||
7. After click on "Previous" button, then active page - 5 and it centered, maximum count of pages should 5 | ||
8. When the user clicks on "Toggle centering current page link", then "last" and "first" buttons are appeared, and should be marked like "..." | ||
9. When the user clicks on 5th page, then active page - 5 and it located by right side, maximum count of pages - 5 | ||
10. After click on "Next" button, then active page - 6 and it located by left side, maximum count page - 5 | ||
11. After click on "Previous" button, then active page - 5 and it located by left side, maximum count of pages - 5 | ||
12. After click on "Last" button, next 5 pages are appeared, maximum count of pages - 5 | ||
13. After click on "Previous" button, Previous 5 pages are appeared, maximum count of pages - 5 | ||
|
||
Variations: | ||
---------- | ||
|
||
2*. User scrolls to "Centering the active page" |