MDL-63044 javascript: improve paged content widget
authorRyan Wyllie <ryan@ryanwyllie.com>
Tue, 17 Jul 2018 07:04:37 +0000 (15:04 +0800)
committerRyan Wyllie <ryan@moodle.com>
Thu, 27 Sep 2018 05:10:45 +0000 (13:10 +0800)
commit2c13ae01d9796c5a1ddeec6b106c814477bf2dd3
tree9b06d219e81aaf4f2bbfc0ad4a329194f345ebe0
parent2c1d19fde685b1f83317df2a68ceb63c4ee92fd4
MDL-63044 javascript: improve paged content widget
21 files changed:
lang/en/moodle.php
lib/amd/build/paged_content.min.js [new file with mode: 0644]
lib/amd/build/paged_content_events.min.js
lib/amd/build/paged_content_factory.min.js
lib/amd/build/paged_content_pages.min.js
lib/amd/build/paged_content_paging_bar.min.js
lib/amd/build/paged_content_paging_bar_limit_selector.min.js [new file with mode: 0644]
lib/amd/build/paged_content_paging_dropdown.min.js
lib/amd/src/paged_content.js [new file with mode: 0644]
lib/amd/src/paged_content_events.js
lib/amd/src/paged_content_factory.js
lib/amd/src/paged_content_pages.js
lib/amd/src/paged_content_paging_bar.js
lib/amd/src/paged_content_paging_bar_limit_selector.js [new file with mode: 0644]
lib/amd/src/paged_content_paging_dropdown.js
lib/templates/paged_content.mustache
lib/templates/paged_content_pages.mustache
lib/templates/paged_content_paging_bar.mustache
lib/templates/paged_content_paging_dropdown.mustache
theme/bootstrapbase/templates/core/paged_content_paging_bar.mustache
theme/bootstrapbase/templates/core/paged_content_paging_dropdown.mustache