MDL-55727 javascript: Add modal module
commit2bcef5594aa7aef9329e750210f09c8cd506c85b
authorRyan Wyllie <ryan@moodle.com>
Tue, 23 Aug 2016 03:33:31 +0000 (23 03:33 +0000)
committerRyan Wyllie <ryan@moodle.com>
Tue, 13 Sep 2016 02:44:30 +0000 (13 02:44 +0000)
treeb32f6e772982622a044f6339cb3b05e37ccf0a27
parente845b96b8317d0c623f1814dfe3875753a36e074
MDL-55727 javascript: Add modal module
22 files changed:
lib/amd/build/custom_interaction_events.min.js [new file with mode: 0644]
lib/amd/build/key_codes.min.js [new file with mode: 0644]
lib/amd/build/modal.min.js [new file with mode: 0644]
lib/amd/build/modal_backdrop.min.js [new file with mode: 0644]
lib/amd/build/modal_events.min.js [new file with mode: 0644]
lib/amd/build/modal_factory.min.js [new file with mode: 0644]
lib/amd/build/modal_save_cancel.min.js [new file with mode: 0644]
lib/amd/src/custom_interaction_events.js
lib/amd/src/key_codes.js
lib/amd/src/modal.js [new file with mode: 0644]
lib/amd/src/modal_backdrop.js [new file with mode: 0644]
lib/amd/src/modal_events.js [copied from lib/amd/src/key_codes.js with 64% similarity]
lib/amd/src/modal_factory.js [new file with mode: 0644]
lib/amd/src/modal_save_cancel.js [new file with mode: 0644]
lib/templates/modal.mustache [new file with mode: 0644]
lib/templates/modal_backdrop.mustache [new file with mode: 0644]
lib/templates/modal_save_cancel.mustache [new file with mode: 0644]
theme/base/config.php
theme/base/style/modal.css [new file with mode: 0644]
theme/bootstrapbase/less/moodle.less
theme/bootstrapbase/less/moodle/modal.less [new file with mode: 0644]
theme/bootstrapbase/style/moodle.css