MDL-61138 javascript: add paged content widget
commit4ab09853f4f77c956abc7b78e45f08003f172024
authorRyan Wyllie <ryan@moodle.com>
Wed, 21 Mar 2018 07:15:11 +0000 (21 15:15 +0800)
committerRyan Wyllie <ryan@moodle.com>
Wed, 18 Apr 2018 03:45:00 +0000 (18 11:45 +0800)
tree11336bf43b9e6b3a6099ce07ee2fb3d67f3ea355
parent2803c8683bb888e3c8059e510eff709acbc52591
MDL-61138 javascript: add paged content widget
20 files changed:
lib/amd/build/paged_content_events.min.js [new file with mode: 0644]
lib/amd/build/paged_content_factory.min.js [new file with mode: 0644]
lib/amd/build/paged_content_pages.min.js [new file with mode: 0644]
lib/amd/build/paged_content_paging_bar.min.js [new file with mode: 0644]
lib/amd/build/paged_content_paging_dropdown.min.js [new file with mode: 0644]
lib/amd/src/paged_content_events.js [new file with mode: 0644]
lib/amd/src/paged_content_factory.js [new file with mode: 0644]
lib/amd/src/paged_content_pages.js [new file with mode: 0644]
lib/amd/src/paged_content_paging_bar.js [new file with mode: 0644]
lib/amd/src/paged_content_paging_dropdown.js [new file with mode: 0644]
lib/templates/paged_content.mustache [new file with mode: 0644]
lib/templates/paged_content_page.mustache [new file with mode: 0644]
lib/templates/paged_content_pages.mustache [new file with mode: 0644]
lib/templates/paged_content_paging_bar.mustache [new file with mode: 0644]
lib/templates/paged_content_paging_bar_item.mustache [new file with mode: 0644]
lib/templates/paged_content_paging_dropdown.mustache [new file with mode: 0644]
lib/templates/paged_content_paging_dropdown_item.mustache [new file with mode: 0644]
theme/bootstrapbase/templates/core/paged_content_paging_bar.mustache [new file with mode: 0644]
theme/bootstrapbase/templates/core/paged_content_paging_dropdown.mustache [new file with mode: 0644]
theme/bootstrapbase/templates/core/paged_content_paging_dropdown_item.mustache [new file with mode: 0644]